Skip to content

Drop Travis and add a GH action #1

Drop Travis and add a GH action

Drop Travis and add a GH action #1

Workflow file for this run

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