Skip to content

Merge commit '2d397df8e8e4ddbde340c5e4439d0a3a76e40500' #2449

Merge commit '2d397df8e8e4ddbde340c5e4439d0a3a76e40500'

Merge commit '2d397df8e8e4ddbde340c5e4439d0a3a76e40500' #2449

Workflow file for this run

---
name: lint
on:
push:
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run the sh-checker
uses: luizm/[email protected]
env:
SHELLCHECK_OPTS: -x
with:
sh_checker_comment: false
sh_checker_exclude: "scripts/lib/ start.sh"