Skip to content

Don't output help on install #1

Don't output help on install

Don't output help on install #1

Workflow file for this run

name: Lint sh
on:
push:
branches: [master]
paths: ['install-binary.sh']
pull_request:
branches: [master]
paths: ['install-binary.sh']
jobs:
lint-sh:
name: Lint install-binary.sh
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: luizm/[email protected]
with:
sh_checker_exclude: 'scripts'
sh_checker_checkbashisms_enable: true