Skip to content

chore: replace eslint with biome (#33) #51

chore: replace eslint with biome (#33)

chore: replace eslint with biome (#33) #51

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
- name: Setup and build
run: |
npm ci
npm test
npm run build