Skip to content

The location of documentation is changed #1420

The location of documentation is changed

The location of documentation is changed #1420

Workflow file for this run

name: CI
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.13.0'
- run: yarn install
# Verify it compiles
- run: yarn build
# Doesn't pass ATM
# - run: yarn tsc --noEmit