Skip to content

build: use biomejs as linter + formatter #14

build: use biomejs as linter + formatter

build: use biomejs as linter + formatter #14

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Run Tests
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn test