Skip to content

Merge pull request #352 from halchihal/patch-7 #35

Merge pull request #352 from halchihal/patch-7

Merge pull request #352 from halchihal/patch-7 #35

Workflow file for this run

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