Skip to content

chore: enforce repo-wide lint at commit time #1

chore: enforce repo-wide lint at commit time

chore: enforce repo-wide lint at commit time #1

Workflow file for this run

---
name: ci
'on':
push:
pull_request:
jobs:
checks:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: >-
brew install bats-core shellcheck shfmt markdownlint-cli actionlint
yamllint hadolint ripgrep
- run: bats tests