Skip to content

Commit 1f3071e

Browse files
authored
Merge pull request #65 from exdx/clippy
ci: add clippy to lint action
2 parents dbf069a + ec04c20 commit 1f3071e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- name: Lint
1919
run: cargo fmt && git diff --exit-code
2020

21+
- uses: actions/checkout@v3
22+
- name: Clippy
23+
run: cargo clippy --no-deps
24+
2125
build:
2226
needs: lint
2327
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)