Skip to content

Commit 32de0d8

Browse files
committed
add clippy
1 parent 0695ee6 commit 32de0d8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
default: true
2525
override: true
2626

27+
- run: |-
28+
rustup component add clippy
29+
2730
- run: |-
2831
make lint
2932

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
default: true
2424
override: true
2525

26+
- run: |-
27+
rustup component add clippy
28+
2629
- run: |-
2730
make lint
2831

0 commit comments

Comments
 (0)