Skip to content

Commit

Permalink
fix variable name (nf-core#3866)
Browse files Browse the repository at this point in the history
* add linting for subworkflows to ci

* fix variable name
  • Loading branch information
mashehu authored Sep 25, 2023
1 parent 23ca653 commit 6a37f9f
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 @@ -109,7 +109,7 @@ jobs:
run: subworkflow_names=$(echo "${{ matrix.tags }}" | sed 's/subworkflows\///g')

- name: Lint subworkflow ${{ matrix.tags }}
run: nf-core subworkflows lint steps.set_tags.outputs.subworkflow_names
run: nf-core subworkflows lint steps.remove-substring.outputs.subworkflow_names
if: ${{ startsWith(matrix.tags, 'subworkflow') }}

pytest:
Expand Down

0 comments on commit 6a37f9f

Please sign in to comment.