Skip to content

Commit

Permalink
Merge pull request #1404 from puppetlabs/CAT-2013-Add_shellcheck
Browse files Browse the repository at this point in the history
(CAT-2093) Enable shellcheck in CI
  • Loading branch information
gavindidrichsen authored Oct 14, 2024
2 parents e8cd9ae + 9275a96 commit 5351972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
rake_task: 'spec:coverage'
ruby_version: ${{ matrix.ruby_version }}
puppet_gem_version: ${{ matrix.puppet_gem_version }}
# This line enables CI shellcheck (reviewdog) to be run on the repository
run_shellcheck: true

acceptance:
needs: "spec"
Expand Down

0 comments on commit 5351972

Please sign in to comment.