Skip to content

Add a compatibility page for the v2 server (hidden until v2 ships) #12

Add a compatibility page for the v2 server (hidden until v2 ships)

Add a compatibility page for the v2 server (hidden until v2 ships) #12

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Build and verify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npx astro check
- run: npx astro build
- run: node scripts/verify-build.mjs
- run: node scripts/verify-content.mjs