Skip to content

feat(brew-review): add hidden 0 option to target base overlay #734

feat(brew-review): add hidden 0 option to target base overlay

feat(brew-review): add hidden 0 option to target base overlay #734

Workflow file for this run

---
name: Source tests
"on":
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
source-tests:
if: github.event_name == 'pull_request' || !contains(github.actor, '[bot]')
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-2025]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
with:
install: true
- name: Run tests via pre-commit
run: mise run pre-commit