Skip to content

Commit 5d5fbda

Browse files
authored
Make sure clippy is available in CI (#114)
1 parent 27a7886 commit 5d5fbda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48
3636
with:
3737
toolchain: nightly,stable
38-
components: rustfmt
38+
components: rustfmt,clippy
3939

4040
- name: Install dependencies
4141
run: npm ci

0 commit comments

Comments
 (0)