I don't like CI :(

This commit is contained in:
Djkáťo 2024-03-11 18:19:53 +01:00
parent d919342ee2
commit 30deecf6b6

View file

@ -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