Skip to content

Update workflow to Ubuntu 24.04 #131

Update workflow to Ubuntu 24.04

Update workflow to Ubuntu 24.04 #131

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