Skip to content

Bump actions/checkout from 2 to 4 #208

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #208

Workflow file for this run

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