Skip to content

Commit

Permalink
feat: use Differential ShellCheck directly
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Oct 24, 2024
1 parent 46756f2 commit 3de9279
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,21 @@ on:
workflow_dispatch:

jobs:
general_ci:
uses: voxpupuli/crafty/.github/workflows/general_ci.yaml@main
with:
shellcheck_scan_dir: '.'
shellcheck:
name: 'Shell Check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v5
with:
scan-directory: |
./docker-entrypoint.d/
./scripts/
token: ${{ secrets.GITHUB_TOKEN }}



build_test_container:
name: 'Build test container'
Expand Down

0 comments on commit 3de9279

Please sign in to comment.