Skip to content

chore: disable shellcheck that breaks android compatibility #83

chore: disable shellcheck that breaks android compatibility

chore: disable shellcheck that breaks android compatibility #83

Workflow file for this run

name: "lobster checks"
on:
push:
branches:
- main
pull_request:
paths:
- "lobster.sh"
jobs:
sh-checker:
name: Shellcheck + Shfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the sh-checker
uses: luizm/action-sh-checker@master
env:
SHELLCHECK_OPTS: -s sh -o all -e 2250
SHFMT_OPTS: -i 4 -ci -d
check-exec:
name: Executable Bit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test exec bit
run: test -x "./lobster.sh"