ci(#77): Ignore README for editorconfig

Because of the nf-core examples it throws errors.
This commit is contained in:
Edmund Miller 2020-11-17 10:42:48 -06:00
parent 0b6f117d2a
commit c6cf653f25
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 check $(git ls-files | grep -v test) run: ec -exclude README.md $(git ls-files | grep -v test)
YAML: YAML:
runs-on: ubuntu-latest runs-on: ubuntu-latest