Skip to content

Commit 04f7e4c

Browse files
CCM-17036: Fix Editor Config Checker Native Reference
1 parent 2d590f8 commit 04f7e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/check-file-format/check-file-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function run-editorconfig-natively() {
9090
[[ ${#files[@]} -eq 0 ]] && return 0
9191

9292
# shellcheck disable=SC2086
93-
editorconfig \
93+
editorconfig-checker \
9494
--exclude '.git/' $dry_run_opt "${files[@]}"
9595
}
9696

0 commit comments

Comments
 (0)