We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d590f8 commit 04f7e4cCopy full SHA for 04f7e4c
1 file changed
.github/actions/check-file-format/check-file-format.sh
@@ -90,7 +90,7 @@ function run-editorconfig-natively() {
90
[[ ${#files[@]} -eq 0 ]] && return 0
91
92
# shellcheck disable=SC2086
93
- editorconfig \
+ editorconfig-checker \
94
--exclude '.git/' $dry_run_opt "${files[@]}"
95
}
96
0 commit comments