Skip to content

Fix a bunch of UX bugs, interpolate bug (#14) #96

Fix a bunch of UX bugs, interpolate bug (#14)

Fix a bunch of UX bugs, interpolate bug (#14) #96

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