Skip to content

Revert "NFT lightbox on mobile (#2460)" (#2469) #4810

Revert "NFT lightbox on mobile (#2460)" (#2469)

Revert "NFT lightbox on mobile (#2460)" (#2469) #4810

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