Skip to content

Commit a131d8f

Browse files
committed
feat: Added a clippy linter check to the rust.yml workflow
1 parent 9b6166f commit a131d8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ jobs:
2020
run: cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose
23+
- name: Run clippy
24+
run: cargo clippy --verbose
25+

0 commit comments

Comments
 (0)