Skip to content

Commit 4397f5c

Browse files
Merge pull request #272 from puppetlabs/CAT-2013-reusable_shellcheck
(CAT-2094) Reusable shellcheck
2 parents 7562eb5 + bff80cf commit 4397f5c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ on:
77
workflow_dispatch:
88

99
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-
1910
Spec:
2011
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12+
with:
13+
# This line enables shellcheck to be run on this repository
14+
run_shellcheck: true
2115
secrets: "inherit"

0 commit comments

Comments
 (0)