Skip to content

Commit a56443d

Browse files
check all code
1 parent 79e6c74 commit a56443d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git log origin/main..HEAD --pretty=format:%H | xargs -I {} sh -c 'git show --quiet --format=%B {} | commitlint'
3939
4040
- name: Format check
41-
run: cargo fmt -- --check
41+
run: cargo fmt -- --all --check
4242

4343
- name: Install cspell
4444
run: |

0 commit comments

Comments
 (0)