ci: Use verbose name for editorconfig-check

I was getting confused myself with eclint
This commit is contained in:
Edmund Miller 2020-12-17 17:20:30 -06:00
parent c6cf653f25
commit eb61638501
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -30,7 +30,7 @@ jobs:
run: npm install -g editorconfig-checker run: npm install -g editorconfig-checker
- name: Run ECLint check - 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: YAML:
runs-on: ubuntu-latest runs-on: ubuntu-latest