2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-24 01:06:46 +00:00

Remove usage of actions-rs/clippy-check

This commit is contained in:
Taiki Endo 2019-10-27 02:22:26 +09:00
parent 81e3cab00d
commit 610c66e774

View file

@ -95,6 +95,5 @@ jobs:
toolchain: ${{ steps.component.outputs.toolchain }} toolchain: ${{ steps.component.outputs.toolchain }}
override: true override: true
- run: rustup component add clippy - run: rustup component add clippy
- uses: actions-rs/clippy-check@v1 - name: clippy
with: run: cargo clippy --all --features unstable
token: ${{ secrets.GITHUB_TOKEN }}