Merge pull request #81 from nf-core/ec-ci

Apply editorconfig and enable CI again
This commit is contained in:
Harshil Patel 2020-12-18 00:46:44 +00:00 committed by GitHub
commit 0305d873f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
89 changed files with 3794 additions and 3795 deletions

View file

@ -17,20 +17,20 @@ jobs:
- name: Run Markdownlint
run: markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.markdownlint.yml
# EditorConfig:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
EditorConfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: "10"
- uses: actions/setup-node@v1
with:
node-version: "10"
# - name: Install ECLint
# run: npm install -g eclint
- name: Install editorconfig-checker
run: npm install -g editorconfig-checker
# - name: Run ECLint check
# run: eclint check $(git ls-files | grep -v test)
- name: Run ECLint check
run: editorconfig-checker -exclude README.md $(git ls-files | grep -v test)
YAML:
runs-on: ubuntu-latest

View file

@ -34,4 +34,3 @@ process INTERSECT_BED {
bedtools --version | sed -n "s/.*\\(v.*\$\\)/\\1/p" > bedtools.version.txt
"""
}