Skip to content

Add personal user page with competitions, results, and records tabs #145

Add personal user page with competitions, results, and records tabs

Add personal user page with competitions, results, and records tabs #145

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