Skip to content

Commit 4ffca5d

Browse files
committed
Add clippy in CI workflow
1 parent 2d6510c commit 4ffca5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust_nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
- run: rustup component add rustfmt
2020
- name: Check fmt
2121
run: cargo fmt -- --check
22+
- name: Clippy
23+
run: cargo clippy -- -Dwarnings
2224
- name: Test
2325
run: cargo test

0 commit comments

Comments
 (0)