Skip to content

Commit

Permalink
Merge pull request #33 from voxpupuli/shellcheck
Browse files Browse the repository at this point in the history
feat: add shellcheck
  • Loading branch information
rwaffen authored Oct 24, 2024
2 parents 946875d + 8fac529 commit 751c459
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
workflow_dispatch:

jobs:
general_ci:
uses: voxpupuli/crafty/.github/workflows/general_ci.yaml@main
with:
shellcheck_scan_dir: '.'

build_test_container:
name: 'Build test container'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 751c459

Please sign in to comment.