Skip to content

Merge pull request #48 from stuarthayhurst/update-workflow #251

Merge pull request #48 from stuarthayhurst/update-workflow

Merge pull request #48 from stuarthayhurst/update-workflow #251

Workflow file for this run

name: Run shellcheck
on:
push:
branches: '**'
pull_request:
branches: '**'
jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
run: |
find $GITHUB_WORKSPACE -type f -and \( -name "*.sh" \) | xargs shellcheck