Skip to content

Commit 6e68d05

Browse files
committed
Add clippy as component for CI
1 parent 6850fe3 commit 6e68d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: dtolnay/rust-toolchain@nightly
15+
with: { components: clippy }
1516

1617
- name: Check
1718
run: cargo +nightly check

0 commit comments

Comments
 (0)