Skip to content

chore: gitignore docs/triage (local maintainer notes) #9

chore: gitignore docs/triage (local maintainer notes)

chore: gitignore docs/triage (local maintainer notes) #9

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-15]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: brew install bats-core shellcheck
- name: Run tests and linting
run: make check