mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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
|
||||
id: filter
|
||||
with:
|
||||
filters: 'tests/config/pytest_software.yml'
|
||||
filters: "tests/config/pytest_software.yml"
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-20.04
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
tags: ['${{ fromJson(needs.changes.outputs.modules) }}']
|
||||
tags: ["${{ fromJson(needs.changes.outputs.modules) }}"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
sudo mv nextflow /usr/local/bin/
|
||||
|
||||
- name: Lint ${{ matrix.tags }}
|
||||
run: nf-core modules lint . -t ${{ matrix.tags }}
|
||||
run: nf-core modules lint ${{ matrix.tags }}
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue