We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7de46d commit d980dbdCopy full SHA for d980dbd
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: cargo fetch
60
61
- name: Rustfmt Check
62
- uses: actions-rust-lang/rustfmt@v1
+ run: cargo fmt --all -- --check
63
64
# Build the project
65
- name: Build
0 commit comments