Skip to content

Use correct branch reference for remote branches #97

Use correct branch reference for remote branches

Use correct branch reference for remote branches #97

Workflow file for this run

---
name: 'Run Shellcheck'
"on":
- pull_request
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master