From bc0da4bdfc884da9e9f0c748a905427fe35b30c5 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 22 Oct 2024 13:54:31 +0200 Subject: [PATCH] ci: move comment into the appropriate section I wrote the toml linter, but not the rest. Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index fc30a080f65..6eaeb8e8672 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -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