chore: clippy concurrency (#10)
All checks were successful
Publish nightly release / build (push) Successful in 1m36s
All checks were successful
Publish nightly release / build (push) Successful in 1m36s
Reviewed-on: #10
This commit is contained in:
parent
fd9f9b533f
commit
8a0760a620
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: Code quality
|
||||||
on: pull_request
|
on: pull_request
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ gitea.ref }}
|
group: ${{ env.GITHUB_HEAD_REF }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -20,4 +20,4 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
run: |
|
run: |
|
||||||
nix develop . --command cargo clippy -- -Dwarnings
|
nix develop . --command cargo clippy -- -Dwarnings
|
||||||
|
|
Loading…
Reference in a new issue