Create clippy.yml
This commit is contained in:
parent
1149c93b15
commit
927f5aa5b1
12
.github/workflows/clippy.yml
vendored
Normal file
12
.github/workflows/clippy.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
on: push
|
||||||
|
name: Clippy check
|
||||||
|
jobs:
|
||||||
|
clippy_check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
- uses: actions-rs/clippy-check@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
args: --all-features
|
Reference in New Issue
Block a user