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 8058298 commit 486900aCopy full SHA for 486900a
.github/workflows/fix-linting.yml
@@ -36,6 +36,8 @@ jobs:
36
id: prek
37
uses: j178/prek-action@v1
38
continue-on-error: true
39
+ with:
40
+ args: ""
41
42
- name: Post nothing-to-do comment
43
if: steps.prek.outcome == 'success'
.github/workflows/lint.yml
@@ -39,6 +39,8 @@ jobs:
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
- name: Run prek
44
45
###################
46
# nf-core linting #
0 commit comments