mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
Remove usage of actions-rs/clippy-check
This commit is contained in:
parent
81e3cab00d
commit
610c66e774
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -95,6 +95,5 @@ jobs:
|
|||
toolchain: ${{ steps.component.outputs.toolchain }}
|
||||
override: true
|
||||
- run: rustup component add clippy
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: clippy
|
||||
run: cargo clippy --all --features unstable
|
||||
|
|
Loading…
Reference in a new issue