We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7a2ef commit 9113c99Copy full SHA for 9113c99
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
Spec:
11
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12
- with:
+ with:
13
+ # This line enables shellcheck to be run on this repository
14
run_shellcheck: true
15
secrets: "inherit"
0 commit comments