ci: move comment into the appropriate section

I wrote the toml linter, but not the rest.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31785>
This commit is contained in:
Eric Engestrom
2024-10-22 13:54:31 +02:00
committed by Marge Bot
parent ba789f2ce6
commit bc0da4bdfc

View File

@@ -49,8 +49,8 @@ yaml-toml-shell-test:
- .no-auto-retry # this job can't be flaky
stage: code-validation
script:
- echo "If your change looks right but this script rejects it, contact @eric (GitLab) / eric_engestrom (IRC)."
- uncollapsed_section_start tomllint "tomllint"
- echo "If your change looks right but this script rejects it, contact @eric (GitLab) / eric_engestrom (IRC)."
- python3 bin/toml_lint.py
- uncollapsed_section_switch yamllint "yamllint"
- .gitlab-ci/run-yamllint.sh