chore: clippy concurrency
All checks were successful
Code quality / check (pull_request) Successful in 1m36s

This commit is contained in:
Naxdy 2024-04-08 22:51:06 +02:00
parent 36d8c42d50
commit 24062dbd34
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -3,7 +3,7 @@ name: Code quality
on: pull_request
concurrency:
group: "${{ github.ref }}"
group: ${{ gitea.ref }}
cancel-in-progress: true
jobs:
@ -20,4 +20,4 @@ jobs:
- uses: actions/checkout@v4
- name: Run Clippy
run: |
nix develop . --command cargo clippy -- -Dwarnings
nix develop . --command cargo clippy -- -Dwarnings