Run clippy in workflow
All checks were successful
Build library & run tests / build (push) Successful in 25s
All checks were successful
Build library & run tests / build (push) Successful in 25s
This commit is contained in:
parent
1b2fd45c89
commit
971e185ae5
@ -7,5 +7,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Run clippy
|
||||||
|
run: nix develop . -c cargo clippy
|
||||||
- name: Build & test
|
- name: Build & test
|
||||||
run: nix build
|
run: nix build
|
Loading…
Reference in New Issue
Block a user