Skip to content

Add user input execution to CI #66

Add user input execution to CI

Add user input execution to CI #66

Workflow file for this run

---
name: CI
on: [ workflow_dispatch, push, pull_request ]
jobs:
omnilint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: docker://lpenz/omnilint:0.5.1
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.18.0
with:
coveralls: true
publish_cratesio: false
publish_github_release: false
solve:
strategy:
matrix:
day:
- 01
- 02
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- run: |
cargo run \
--release \
-p day${{ matrix.day }} \
--bin day${{ matrix.day }}a \
< day${{ matrix.day }}/input.txt