Skip to content

Add collapsible mobile navigation to CompetitionLayout #133

Add collapsible mobile navigation to CompetitionLayout

Add collapsible mobile navigation to CompetitionLayout #133

Workflow file for this run

name: Type Check
on:
push:
branches: [main]
pull_request:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn run check:type