From eb61638501519e84cee0e76bc5f9d69fa71204e0 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 17 Dec 2020 17:20:30 -0600 Subject: [PATCH] ci: Use verbose name for editorconfig-check I was getting confused myself with eclint --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index d64017ee..f20e7a61 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -30,7 +30,7 @@ jobs: run: npm install -g editorconfig-checker - name: Run ECLint check - run: ec -exclude README.md $(git ls-files | grep -v test) + run: editorconfig-checker -exclude README.md $(git ls-files | grep -v test) YAML: runs-on: ubuntu-latest