Description of feature
Hi,
when one needs to run several nf-test jobs in .github/workflows/nf-test.yml under different conditions and renames the job from nf-test to something like nf-test-standard and nf-test-special, the linting will fail due to the Nextflow minimum version not being found.
Would it be an option to be less strict on the job name and add a regex pattern that matches nf-test.* rather than nf-test explicitly ?
|
nxf_ver = ciwf["jobs"]["nf-test"]["strategy"]["matrix"]["NXF_VER"] |
Description of feature
Hi,
when one needs to run several nf-test jobs in
.github/workflows/nf-test.ymlunder different conditions and renames the job fromnf-testto something likenf-test-standardandnf-test-special, the linting will fail due to the Nextflow minimum version not being found.Would it be an option to be less strict on the job name and add a regex pattern that matches
nf-test.*rather thannf-testexplicitly ?tools/nf_core/pipelines/lint/actions_nf_test.py
Line 66 in b478d8a