Skip to content

Commit 19414a4

Browse files
committed
Enable clippy in CI
1 parent 64e9417 commit 19414a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rustfmt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
with:
2222
command: fmt
2323
args: --all -- --check
24+
- uses: actions-rs/cargo@v1
25+
with:
26+
command: clippy
27+
args: --all-features

0 commit comments

Comments
 (0)