From 8b62655bc4f2a87230d005bca13c0b7ce160c84b Mon Sep 17 00:00:00 2001 From: Usman Rashid Date: Fri, 16 Aug 2024 09:44:01 +1200 Subject: [PATCH] Now linting modules with local repo --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 023f63a..ab81c90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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