mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci: Use verbose name for editorconfig-check
I was getting confused myself with eclint
This commit is contained in:
parent
c6cf653f25
commit
eb61638501
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
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue