This should be seeing the rustfmt.toml file.
@@ -36,8 +36,8 @@ jobs:
with:
toolchain: stable
override: true
- - run: rustup component add rustfmt
- - uses: actions-rs/cargo@v1
- with:
- command: fmt
- args: -- --check
+ - run: |
+ rustup component add rustfmt
+ cargo fmt -- --check
+