Skip to content

Deny PRs where shfmt doesn't pass #5

Deny PRs where shfmt doesn't pass

Deny PRs where shfmt doesn't pass #5

Workflow file for this run

name: shfmt
on:
pull_request:
paths:
- "helpers/**"
- "hooks/**"
jobs:
shfmt:
name: shfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: "sudo apt install shfmt"
- run: "./maintenance/pre-commit-check.sh"