"cargo fmt --all -- --check"

This commit is contained in:
Will Hunt 2021-11-22 11:16:45 +00:00
parent 933dd498af
commit 4e0fddfa32

View File

@ -28,7 +28,7 @@ jobs:
toolchain: stable
profile: minimal
components: rustfmt
- run: cargo fmt --check
- run: cargo fmt --all -- --check
config:
runs-on: ubuntu-latest
steps: