Skip to content

Add testing/CI/linting #4

Add testing/CI/linting

Add testing/CI/linting #4

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 23
- name: Install deps
run: yarn install
- name: Test
run: yarn run test