Skip to content

Commit 2d590f8

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

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
@@ -68,7 +68,7 @@ function main() {
6868
;;
6969
esac
7070

71-
if command -v editorconfig > /dev/null 2>&1 && ! is-arg-true "${FORCE_USE_DOCKER:-false}"; then
71+
if command -v editorconfig-checker > /dev/null 2>&1 && ! is-arg-true "${FORCE_USE_DOCKER:-false}"; then
7272
filter="$filter" dry_run_opt="${dry_run_opt:-}" run-editorconfig-natively
7373
else
7474
filter="$filter" dry_run_opt="${dry_run_opt:-}" run-editorconfig-in-docker

0 commit comments

Comments
 (0)