Skip to content

Pin the public map, fit the site to a phone, and stop refetching heads (#137) #198

Pin the public map, fit the site to a phone, and stop refetching heads (#137)

Pin the public map, fit the site to a phone, and stop refetching heads (#137) #198

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