Skip to content

Allow automated merge forward to target monthly releases #99

Allow automated merge forward to target monthly releases

Allow automated merge forward to target monthly releases #99

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