mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Add clippy to CI
This commit is contained in:
parent
2c06309cf7
commit
7097081e5b
@ -50,3 +50,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: fmt
|
command: fmt
|
||||||
args: --all -- --check
|
args: --all -- --check
|
||||||
|
|
||||||
|
- name: Run cargo clippy
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: clippy
|
||||||
|
args: --all-features --all-targets -- -D warnings
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user