Add cargo fmt check to CI

This commit is contained in:
Sosthène Guédon
2024-12-16 16:14:00 +01:00
committed by sosthene-nitrokey
parent 37f4da4f19
commit ad5667b32b
+5
View File
@@ -29,6 +29,11 @@ jobs:
toolchain: stable
profile: minimal
- name: check formatting
uses: actions-rs/cargo@v1
with:
command: fmt
args: --check
- name: Test with a feature subset
uses: actions-rs/cargo@v1
with: