We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524e1c9 commit 2f5fc4dCopy full SHA for 2f5fc4d
1 file changed
.github/workflows/ci.yaml
@@ -38,3 +38,10 @@ jobs:
38
- uses: Swatinem/rust-cache@v2
39
40
- run: cargo clippy --all-targets --all-features
41
+
42
+ lint-fmt:
43
+ runs-on: ubuntu-latest
44
+ steps:
45
+ - uses: actions@checkout@v6
46
47
+ - run: cargo fmt --check
0 commit comments