Skip to content

The world renderer drew nothing; make it draw the world #178

The world renderer drew nothing; make it draw the world

The world renderer drew nothing; make it draw the world #178

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- name: Type-check
run: npm run typecheck
- name: Build
run: npm run build