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.
2 parents 7562eb5 + bff80cf commit 4397f5cCopy full SHA for 4397f5c
.github/workflows/ci.yml
@@ -7,15 +7,9 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- shellcheck:
11
- name: Shellcheck
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v4
15
- - uses: reviewdog/action-shellcheck@v1
16
- with:
17
- check_all_files_with_shebangs: "true"
18
-
19
Spec:
20
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
21
secrets: "inherit"
0 commit comments