Skip to content

feat: update repositories script #1237

feat: update repositories script

feat: update repositories script #1237

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"