Skip to content

(CAT-2094) Test shellcheck in CI #71

(CAT-2094) Test shellcheck in CI

(CAT-2094) Test shellcheck in CI #71

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
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
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
secrets: "inherit"