Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Archive spec repository #3

Archive spec repository

Archive spec repository #3

Workflow file for this run

name: Validate examples
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Validate examples
run: npm test