This commit is contained in:
parent
36d8c42d50
commit
9052c2f0a0
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: Code quality
|
|||
on: pull_request
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.ref }}"
|
||||
group: ${{ github.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
|
||||
|
|
Loading…
Reference in a new issue