Skip to content

Commit c627fae

Browse files
jyn514Joshua Nelson
authored andcommitted
Add clippy to CI
1 parent 7e40501 commit c627fae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Build docs.rs
3131
run: cargo build --locked
3232

33+
- name: Run clippy
34+
run: cargo clippy -- -D clippy::all -D unused-imports
35+
3336
- name: Prepare the test environment
3437
run: |
3538
prefix=$(pwd)/ignored/prefix

0 commit comments

Comments
 (0)