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"] |