Skip to content

Ship OSBW signal design, Live Demo, NEXUS gate, and download funnel fix. #142

Ship OSBW signal design, Live Demo, NEXUS gate, and download funnel fix.

Ship OSBW signal design, Live Demo, NEXUS gate, and download funnel fix. #142

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
# Cloudflare Pages native Git integration handles all deployments automatically.
# This workflow only runs lint + build to catch errors before they reach production.
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build