Skip to content

Commit

Permalink
Merge pull request #272 from puppetlabs/CAT-2013-reusable_shellcheck
Browse files Browse the repository at this point in the history
(CAT-2094) Reusable shellcheck
  • Loading branch information
jordanbreen28 authored Oct 15, 2024
2 parents 7562eb5 + bff80cf commit 4397f5c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ on:
workflow_dispatch:

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-shellcheck@v1
with:
check_all_files_with_shebangs: "true"

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
secrets: "inherit"

0 comments on commit 4397f5c

Please sign in to comment.