Skip to content

chore: tweaks

chore: tweaks #31

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: test
run: |
yarn
yarn test