Skip to content

Cache parsed tiles on disk, and make the map's cost an operator setti… #188

Cache parsed tiles on disk, and make the map's cost an operator setti…

Cache parsed tiles on disk, and make the map's cost an operator setti… #188

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