Skip to content

Switch to GH actions #1

Switch to GH actions

Switch to GH actions #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: yarn
- name: Test
run: yarn test