make it actually lint

This commit is contained in:
Will Hunt 2021-11-22 11:14:00 +00:00
parent e2f61915d1
commit 81ba9664a2

View File

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