Skip to content

Merge remote-tracking branch 'origin/main' into tom/refactor-visual-t… #422

Merge remote-tracking branch 'origin/main' into tom/refactor-visual-t…

Merge remote-tracking branch 'origin/main' into tom/refactor-visual-t… #422

Workflow file for this run

name: "Test"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --ignore-scripts
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test