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 79e6c74 commit a56443dCopy full SHA for a56443d
.github/workflows/on-pr.yml
@@ -38,7 +38,7 @@ jobs:
38
git log origin/main..HEAD --pretty=format:%H | xargs -I {} sh -c 'git show --quiet --format=%B {} | commitlint'
39
40
- name: Format check
41
- run: cargo fmt -- --check
+ run: cargo fmt -- --all --check
42
43
- name: Install cspell
44
run: |
0 commit comments