Run clippy in workflow
Some checks failed
Build library & run tests / build (push) Failing after 18s
Some checks failed
Build library & run tests / build (push) Failing after 18s
This commit is contained in:
parent
1b2fd45c89
commit
a77c3b09bb
@ -7,5 +7,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Run clippy
|
||||||
|
run: nix shell -c cargo clippy
|
||||||
- name: Build & test
|
- name: Build & test
|
||||||
run: nix build
|
run: nix build
|
Loading…
Reference in New Issue
Block a user