Skip to content

match error structure #1

match error structure

match error structure #1

Workflow file for this run

name: Lint & Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm ci
- uses: biomejs/setup-biome@v1
- run: biome ci .
- run: npm test