mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci(#77): eclint => editorconfig-checker
This commit is contained in:
parent
b236d0c834
commit
0b6f117d2a
1 changed files with 11 additions and 11 deletions
22
.github/workflows/linting.yml
vendored
22
.github/workflows/linting.yml
vendored
|
@ -17,20 +17,20 @@ jobs:
|
||||||
- name: Run Markdownlint
|
- name: Run Markdownlint
|
||||||
run: markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.markdownlint.yml
|
run: markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.markdownlint.yml
|
||||||
|
|
||||||
# EditorConfig:
|
EditorConfig:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# - uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
# with:
|
with:
|
||||||
# node-version: "10"
|
node-version: "10"
|
||||||
|
|
||||||
# - name: Install ECLint
|
- name: Install editorconfig-checker
|
||||||
# run: npm install -g eclint
|
run: npm install -g editorconfig-checker
|
||||||
|
|
||||||
# - name: Run ECLint check
|
- name: Run ECLint check
|
||||||
# run: eclint check $(git ls-files | grep -v test)
|
run: ec check $(git ls-files | grep -v test)
|
||||||
|
|
||||||
YAML:
|
YAML:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue