Skip to content

Allow assigning competitors directly to round attempt for 333fm and 333mbf #36

Allow assigning competitors directly to round attempt for 333fm and 333mbf

Allow assigning competitors directly to round attempt for 333fm and 333mbf #36

Workflow file for this run

name: Type Check
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run TypeScript type checking
run: yarn check:type