Skip to content

Update github-actions (major) #346

Update github-actions (major)

Update github-actions (major) #346

Workflow file for this run

---
name: shellcheck
"on":
pull_request:
branches: [main]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Run shellcheck
run: hack/shellcheck.sh