Skip to content

Ambient strands behind every hero, and a shimmer border on the yearly plan #14

Ambient strands behind every hero, and a shimmer border on the yearly plan

Ambient strands behind every hero, and a shimmer border on the yearly plan #14

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