Skip to content

feat(app-caches): exclude service-worker caches and Claude vm_bundles (RFC) #12

feat(app-caches): exclude service-worker caches and Claude vm_bundles (RFC)

feat(app-caches): exclude service-worker caches and Claude vm_bundles (RFC) #12

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