I don't like CI :(
This commit is contained in:
parent
d919342ee2
commit
30deecf6b6
1 changed files with 0 additions and 17 deletions
17
.github/workflows/cargo-clippy.yml
vendored
17
.github/workflows/cargo-clippy.yml
vendored
|
@ -1,17 +0,0 @@
|
|||
clippy:
|
||||
name: clippy check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
components: clippy
|
||||
override: true
|
||||
- uses: LoliGothick/clippy-check@master
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allow: >
|
||||
nonstandard_macro_braces
|
||||
mutex_atomic
|
||||
deny: warnings
|
Loading…
Reference in a new issue