mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-06-20 04:16:15 -07:00
Add clippy and fmt to the CI
This commit is contained in:
committed by
sosthene-nitrokey
parent
28ac8cd592
commit
a134aba771
@@ -30,4 +30,7 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
cargo test --features std,log-all
|
||||
|
||||
- name: lint
|
||||
run: |
|
||||
cargo fmt --check
|
||||
cargo clippy --all-features --all-targets -- -Dwarnings
|
||||
|
||||
Reference in New Issue
Block a user