mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Adapt linting action (#556)
* bump bcftools filter * fix bcftools * adapt module linting
This commit is contained in:
parent
b59e8054e4
commit
2395734492
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nf-core-linting.yml
vendored
6
.github/workflows/nf-core-linting.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- uses: dorny/paths-filter@v2
|
- uses: dorny/paths-filter@v2
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
filters: 'tests/config/pytest_software.yml'
|
filters: "tests/config/pytest_software.yml"
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
tags: ['${{ fromJson(needs.changes.outputs.modules) }}']
|
tags: ["${{ fromJson(needs.changes.outputs.modules) }}"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
- name: Lint ${{ matrix.tags }}
|
- name: Lint ${{ matrix.tags }}
|
||||||
run: nf-core modules lint . -t ${{ matrix.tags }}
|
run: nf-core modules lint ${{ matrix.tags }}
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue