Skip to content

Merge branch 'master' into fix_premature_logging #42

Merge branch 'master' into fix_premature_logging

Merge branch 'master' into fix_premature_logging #42

Workflow file for this run

name: 🐚 Lint Shell
on:
workflow_dispatch: {}
push:
paths:
- "**.sh"
jobs:
lint-shell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck and shformat
uses: luizm/action-sh-checker@master
with:
sh_checker_exclude: "third_party/ polytracker/src/compiler-rt/"
env:
SHELLCHECK_OPTS: -e SC1091 # excludes go before this comment