Skip to content

Commit 610c66e

Browse files
committed
Remove usage of actions-rs/clippy-check
1 parent 81e3cab commit 610c66e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ jobs:
9595
toolchain: ${{ steps.component.outputs.toolchain }}
9696
override: true
9797
- run: rustup component add clippy
98-
- uses: actions-rs/clippy-check@v1
99-
with:
100-
token: ${{ secrets.GITHUB_TOKEN }}
98+
- name: clippy
99+
run: cargo clippy --all --features unstable

0 commit comments

Comments
 (0)