Skip to content

Render the actual world under the map (#119) #173

Render the actual world under the map (#119)

Render the actual world under the map (#119) #173

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