There was an error while loading. Please reload this page.
1 parent 0695ee6 commit 32de0d8Copy full SHA for 32de0d8
.github/workflows/ci.yml
@@ -24,6 +24,9 @@ jobs:
24
default: true
25
override: true
26
27
+ - run: |-
28
+ rustup component add clippy
29
+
30
- run: |-
31
make lint
32
.github/workflows/release.yml
@@ -23,6 +23,9 @@ jobs:
23
0 commit comments