We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cbb19 commit d557945Copy full SHA for d557945
.github/workflows/linting.yml
@@ -127,7 +127,7 @@ jobs:
127
GITHUB_COMMENTS_URL: ${{ github.event.pull_request.comments_url }}
128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129
GITHUB_PR_COMMIT: ${{ github.event.pull_request.head.sha }}
130
- run: nf-core -l lint_log.txt lint ${GITHUB_WORKSPACE} --markdown lint_results.md
+ run: nf-core -l lint_log.txt lint --dir ${GITHUB_WORKSPACE} --markdown lint_results.md
131
132
- name: Save PR number
133
if: ${{ always() }}
0 commit comments