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

Replace security contact email (#18) #107

Replace security contact email (#18)

Replace security contact email (#18) #107

Workflow file for this run

name: Validate Schemas
on:
push:
branches: ["main"]
tags-ignore: ["*"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run validate:schemas
- run: npm run validate:examples
- run: npm run validate:integrity
- run: npm run generate:checksums
- run: git diff --exit-code -- checksums.txt