Delete clippy.yml

This commit is contained in:
Flori 2023-07-17 12:36:45 +02:00 committed by GitHub
parent 8a09512e3d
commit 3928f52d83
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Clippy check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Make sure CI fails on all warnings, including Clippy lints
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features