We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fe69e commit 8457012Copy full SHA for 8457012
2 files changed
.github/workflows/fix-linting.yml
@@ -31,6 +31,9 @@ jobs:
31
env:
32
GITHUB_TOKEN: ${{ secrets.nf_core_bot_auth_token }}
33
34
+ # Setup nextflow for the linting step
35
+ - uses: nf-core/setup-nextflow@v2
36
+
37
# Install and run pre-commit
38
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
39
with:
.github/workflows/linting.yml
@@ -17,5 +17,5 @@ jobs:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
steps:
19
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
21
- uses: j178/prek-action@0bb87d7f00b0c99306c8bcb8b8beba1eb581c037 # v1.1.1
0 commit comments