Skip to content

experiment: renderable roots #73

experiment: renderable roots

experiment: renderable roots #73

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install dependencies
run: yarn install
- name: Check build health
run: yarn build
- name: Check for regressions
run: yarn lint
- name: Run tests
run: yarn test