Skip to content

fix onboarding flash and progress animation (#2471) #4821

fix onboarding flash and progress animation (#2471)

fix onboarding flash and progress animation (#2471) #4821

name: repo-typecheck
on: [push]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: 'actions/checkout@v3'
with:
fetch-depth: 0
- uses: 'actions/setup-node@v3'
with:
node-version: 20.5.0
cache: 'yarn'
- run: 'yarn install --immutable'
- name: Run Typecheck
run: node_modules/.bin/moon run :typecheck