Add clippy and fmt to the CI

This commit is contained in:
Sosthène Guédon
2023-02-06 16:54:51 +01:00
committed by sosthene-nitrokey
parent 28ac8cd592
commit a134aba771
+4 -1
View File
@@ -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