Skip to content

heal: Dangling check to evaluate object parts separately #4104

heal: Dangling check to evaluate object parts separately

heal: Dangling check to evaluate object parts separately #4104

Workflow file for this run

name: Shell formatting checks
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
name: runner / shfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: "-s"
with:
sh_checker_shellcheck_disable: true # disable for now