From c38b29377c24bea364f5ee73b5eedd3c6c5520ba Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius Date: Tue, 15 Oct 2024 09:59:47 +0100 Subject: [PATCH] (CAT-2094) Test shellcheck in CI This is a test PR to ensure the new optional shellcheck. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5738adb..cab05e02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,10 @@ on: jobs: Spec: - uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main" + uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@CAT-2094-shellcheck_in_module_ci" secrets: "inherit" + with: + run_shellcheck: true Acceptance: needs: Spec