Skip to content

Adding GameState enum and barebones pre-game screen #645

Adding GameState enum and barebones pre-game screen

Adding GameState enum and barebones pre-game screen #645

Workflow file for this run

name: Typecheck PRs
on:
pull_request:
types: [opened, synchronize]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up everything
uses: ./.github/workflows/set-up-everything
- name: Typecheck
run: yarn typecheck
# TODO: Annotations of files that fail the typecheck?
# TODO: Maybe write up a job summary per https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary