Skip to content

Commit 138a0ce

Browse files
benbrandtnerzhulart
authored andcommitted
Make sure clippy is available in CI (agentclientprotocol#114)
1 parent 87aff11 commit 138a0ce

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)