Skip to content

chore(style): bulk shfmt v3.13.1 reformat across all scripts (#39) #129

chore(style): bulk shfmt v3.13.1 reformat across all scripts (#39)

chore(style): bulk shfmt v3.13.1 reformat across all scripts (#39) #129

Workflow file for this run

---
name: ShellCheck
"on":
push:
branches: [main]
paths:
- "**/*.sh"
pull_request:
paths:
- "**/*.sh"
permissions:
contents: read
jobs:
shellcheck:
name: Run ShellCheck
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: ludeeus/action-shellcheck@2.0.0
with:
severity: warning