mirror of
https://github.com/trussed-dev/flexiber.git
synced 2026-06-20 04:16:10 -07:00
Add cargo fmt check to CI
This commit is contained in:
committed by
sosthene-nitrokey
parent
37f4da4f19
commit
ad5667b32b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user