Skip to content

Commit d557945

Browse files
committed
Template update for nf-core/tools version 2.0.1
1 parent 63cbb19 commit d557945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
GITHUB_COMMENTS_URL: ${{ github.event.pull_request.comments_url }}
128128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129129
GITHUB_PR_COMMIT: ${{ github.event.pull_request.head.sha }}
130-
run: nf-core -l lint_log.txt lint ${GITHUB_WORKSPACE} --markdown lint_results.md
130+
run: nf-core -l lint_log.txt lint --dir ${GITHUB_WORKSPACE} --markdown lint_results.md
131131

132132
- name: Save PR number
133133
if: ${{ always() }}

0 commit comments

Comments
 (0)