Skip to content

Update github-actions (major) #349

Update github-actions (major)

Update github-actions (major) #349

Workflow file for this run

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