mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci(#77): Ignore README for editorconfig
Because of the nf-core examples it throws errors.
This commit is contained in:
parent
0b6f117d2a
commit
c6cf653f25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue