Skip to content

add back workflows to fix git issue #16

add back workflows to fix git issue

add back workflows to fix git issue #16

Workflow file for this run

name: Test
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and test
run: |
yarn
- name: Test
run: |
yarn test
npm run check