Skip to content

Commit

Permalink
(CAT-2094) Test shellcheck in CI
Browse files Browse the repository at this point in the history
This is a test PR to ensure the new optional shellcheck.
  • Loading branch information
LukasAud committed Oct 15, 2024
1 parent d4374bd commit c38b293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c38b293

Please sign in to comment.