We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae325a commit 2d590f8Copy full SHA for 2d590f8
1 file changed
.github/actions/check-file-format/check-file-format.sh
@@ -68,7 +68,7 @@ function main() {
68
;;
69
esac
70
71
- if command -v editorconfig > /dev/null 2>&1 && ! is-arg-true "${FORCE_USE_DOCKER:-false}"; then
+ if command -v editorconfig-checker > /dev/null 2>&1 && ! is-arg-true "${FORCE_USE_DOCKER:-false}"; then
72
filter="$filter" dry_run_opt="${dry_run_opt:-}" run-editorconfig-natively
73
else
74
filter="$filter" dry_run_opt="${dry_run_opt:-}" run-editorconfig-in-docker
0 commit comments