Skip to content

Commit

Permalink
Now linting modules with local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Aug 15, 2024
1 parent 1c12831 commit 8b62655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: python -m pip install --upgrade --force-reinstall git+https://github.com/nf-core/tools.git@dev

- name: Lint module ${{ matrix.tags }}
run: nf-core modules lint ${{ matrix.tags }}
run: nf-core modules -g https://github.com/GallVp/nxf-components.git lint ${{ matrix.tags }}

nf-core-lint-subworkflows:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b62655

Please sign in to comment.