Loading
fix looks_like_yaml_or_cwl_with_class
the string `class: ...` might appear on the first line hence the leading `\n` was wrong I guess its better to use `^` and `$` and add the MULTILINE flag
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
the string `class: ...` might appear on the first line hence the leading `\n` was wrong I guess its better to use `^` and `$` and add the MULTILINE flag