nf-core / website

Code and files for the main nf-core website.
https://nf-co.re
MIT License
69 stars 196 forks source link

Pipeline health: Check default branch #2859

Open ewels opened 1 day ago

ewels commented 1 day ago

Description of feature

Follow on from: https://github.com/nf-core/tools/issues/1931

We already check the default branch in pipeline health, this needs updating to look for manifest.defaultBranch in the pipeline code to make sure that they match.

Should be a warning if master, pass if main and fail if not matching, or anything else. dev before first release is fine.