Skip to content

see all button working #4475

see all button working

see all button working #4475

Workflow file for this run

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