Add cargo fmt check to CI

This commit is contained in:
Sosthène Guédon
2024-12-12 15:12:15 +01:00
parent 0f2e8a782e
commit ca0ec4300a

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: