mirror of
https://github.com/mx42/aoc2016.git
synced 2026-01-14 05:39:51 +01:00
ci: update GH actions
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -25,9 +25,7 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-cargo-
|
||||
- name: cargo test
|
||||
run: cargo test
|
||||
# uncomment to enable clippy linter
|
||||
# - name: cargo clippy
|
||||
# run: cargo clippy -- -D warnings
|
||||
# uncomment to enable format linter
|
||||
# - name: cargo fmt
|
||||
# run: cargo fmt --check
|
||||
- name: cargo clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
- name: cargo fmt
|
||||
run: cargo fmt --check
|
||||
|
||||
Reference in New Issue
Block a user