We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11295b3 commit 654d94cCopy full SHA for 654d94c
.github/actions/rust/pre-merge/action.yml
@@ -76,7 +76,7 @@ runs:
76
77
- name: Cargo sort
78
if: inputs.task == 'sort'
79
- run: cargo sort --check --workspace
+ run: cargo sort --check --no-format --workspace
80
shell: bash
81
82
- name: Cargo machete
.pre-commit-config.yaml
@@ -131,7 +131,7 @@ repos:
131
132
- id: cargo-sort
133
name: cargo sort
134
- entry: cargo sort --workspace
+ entry: cargo sort --no-format --workspace
135
language: system
136
files: (^|/)Cargo\.toml$
137
pass_filenames: false
0 commit comments