Skip to content

README: rewrite opener for non-expert readability #2

README: rewrite opener for non-expert readability

README: rewrite opener for non-expert readability #2

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Build fixtures
run: node test/fixtures/build-fixtures.mjs
- name: Run tests
run: npm test
- name: Sanity scan (secrets / personal paths)
run: node test/sanity-regex.mjs