We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd1839 commit fa6577dCopy full SHA for fa6577d
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checking out
19
uses: actions/checkout@v4
20
- name: Running rustfmt
21
- run: cargo fmt --all
+ run: cargo fmt --all --check
22
23
check-clippy:
24
runs-on: ubuntu-latest
0 commit comments