Skip to content

Commit ff7a2ef

Browse files
committed
(CAT-2013) Adjust shellcheck call
Shellcheck has been moved to our reusable workflows repository and is now part os our CI testing. As such, we are removing the action from here and enabling it to be called.
1 parent 7562eb5 commit ff7a2ef

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,8 @@ 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+
run_shellcheck: true
2114
secrets: "inherit"

0 commit comments

Comments
 (0)