Remove unused Clippy workflow

This commit is contained in:
Patrick Förster 2021-05-29 11:42:05 +02:00
parent a345090234
commit 0361ec01fe

View file

@ -1,15 +0,0 @@
on: push
name: Lint
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
- uses: actions-rs/clippy-check@v1
with:
args: --all-features
token: ${{ secrets.GITHUB_TOKEN }}