Skip to content

chore: replace eslint with biome #48

chore: replace eslint with biome

chore: replace eslint with biome #48

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