Skip to content

Fix PR title and commit message for merge override #101

Fix PR title and commit message for merge override

Fix PR title and commit message for merge override #101

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