Skip to content

disable othello because I deleted othello server #31

disable othello because I deleted othello server

disable othello because I deleted othello server #31

Workflow file for this run

name: Type Check
on:
pull_request:
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun
- run: bun install --frozen-lockfile
- run: bun run typecheck