From 281d1358101c9c260d9995e98ff89743d934b87e Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Mon, 14 Oct 2024 14:36:40 +0200 Subject: [PATCH] ci: run shellcheck when changes on scripts to check The 'yaml-toml-shell-test' job has a task to review the CI shell files. So, we need this job present when there is a change on any of those shells. Signed-off-by: Sergi Blanch Torne Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index a94117e4fef..5e4e2509762 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -63,6 +63,7 @@ yaml-toml-shell-test: - if: $GITLAB_USER_LOGIN == "marge-bot" changes: &toml_lint_files - .gitlab-ci/test/gitlab-ci.yml + - .gitlab-ci/**/*.sh - bin/toml_lint.py - src/**/ci/*.toml when: on_success