Skip to content

(CAT-2094) Reusable shellcheck #219

(CAT-2094) Reusable shellcheck

(CAT-2094) Reusable shellcheck #219

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@main"
with:
# This line enables shellcheck to be run on this repository
run_shellcheck: true

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 23): Invalid input, run_shellcheck is not defined in the referenced workflow.
secrets: "inherit"