We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e2dc2 commit a974b6aCopy full SHA for a974b6a
.github/workflows/create-test-lint-wf-template.yml
@@ -152,6 +152,12 @@ jobs:
152
run: nf-core --log-file log.txt --hide-progress pipelines lint --dir my-prefix-testpipeline --fail-warned
153
working-directory: create-test-lint-wf
154
155
+ # Run code style linting
156
+ - name: run pre-commit
157
+ shell: bash
158
+ run: pre-commit run --all-files
159
+ working-directory: create-test-lint-wf
160
+
161
# Run bump-version
162
- name: nf-core pipelines bump-version
163
run: nf-core --log-file log.txt pipelines bump-version --dir my-prefix-testpipeline/ 1.1
0 commit comments