Skip to content

feat: publish bilingual introduction site #2

feat: publish bilingual introduction site

feat: publish bilingual introduction site #2

Workflow file for this run

name: Validate public surfaces
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
name: Links, structure, metadata, and public boundary
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out the repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Run the public-surface validator
run: node scripts/validate-public.mjs