Skip to content

chore: Change curtis to testnet and update labels limit to 10 (#1063) #160

chore: Change curtis to testnet and update labels limit to 10 (#1063)

chore: Change curtis to testnet and update labels limit to 10 (#1063) #160

Workflow file for this run

name: Typecheck
on: [push]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Typecheck
run: yarn typecheck