Skip to content

Merge pull request #1672 from olaservo/update-maintainers #9

Merge pull request #1672 from olaservo/update-maintainers

Merge pull request #1672 from olaservo/update-maintainers #9

Workflow file for this run

on:
push:
branches:
- main
pull_request:
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
- name: Check TypeScript definitions
run: npm run check:schema:ts
- name: Check schema.json files are up to date
run: npm run check:schema:json
- name: Check schema.mdx files are up to date
run: npm run check:schema:md