We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a7886 commit 5d5fbdaCopy full SHA for 5d5fbda
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48
36
with:
37
toolchain: nightly,stable
38
- components: rustfmt
+ components: rustfmt,clippy
39
40
- name: Install dependencies
41
run: npm ci
0 commit comments