Skip to content

Commit ca8c0fe

Browse files
committed
add: lint check to ci
1 parent 5cc14de commit ca8c0fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
run: cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose
23+
- name: Run lints
24+
run: cargo clippy --all-targets -- -D warnings

0 commit comments

Comments
 (0)