Skip to content

Commit

Permalink
ci: Add more to debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 21, 2024
1 parent c57d27f commit 776964d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
script: |
return '${{ steps.filter.outputs.modules_files }}'.replace('modules/nf-core/', '').replace('/main.nf', '').replace('/environment.yml', '').replace('/meta.yml', '').replace('/README.md', '').replace('/tests/tags.yml', '').replace('/tests/main.nf.test', '').replace('/tests/main.nf.test.snap', '');
- name: Get module name
- name: Get subworkflow name
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
id: subworkflow-names
with:
Expand All @@ -91,6 +91,8 @@ jobs:
run: |
echo ${{ steps.filter.outputs.modules_files }}
echo ${{ steps.filter.outputs.subworkflows_files }}
echo ${{ steps.module-names.outputs.results }}
echo ${{ steps.subworkflow-names.outputs.results }}
nf-core-lint-modules:
runs-on: ${{ github.event.inputs.runners || 'self-hosted' }}
Expand Down

0 comments on commit 776964d

Please sign in to comment.