Skip to content

Merge commit '65e4b01d962e24bd21df8d0bb867f3cce95b4256' #1232

Merge commit '65e4b01d962e24bd21df8d0bb867f3cce95b4256'

Merge commit '65e4b01d962e24bd21df8d0bb867f3cce95b4256' #1232

Workflow file for this run

---
name: lint
on:
push:
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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"