diff --git a/.github/workflows/cargo-clippy.yml b/.github/workflows/cargo-clippy.yml deleted file mode 100644 index ca32325..0000000 --- a/.github/workflows/cargo-clippy.yml +++ /dev/null @@ -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