Skip to content

Commit 9db9de6

Browse files
committed
Add lint
1 parent 484109c commit 9db9de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build
3737
run: cargo check
3838
- name: Lint
39-
run: cargo clippy --all-targets --all-features -- -D warnings
39+
run: cargo clippy --all-targets --all-features -- -D warnings && cargo fmt --check
4040
- name: Test
4141
run: |
4242
# rust coverage issue

0 commit comments

Comments
 (0)