Skip to content

Bump the npm_and_yarn group across 1 directory with 8 updates #45

Bump the npm_and_yarn group across 1 directory with 8 updates

Bump the npm_and_yarn group across 1 directory with 8 updates #45

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check-schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "24"
- run: npm ci
- run: npm run check:schema:ts
- run: npm run check:schema:json