Skip to content

Bump API schema to 74db8aa9 #18739

Bump API schema to 74db8aa9

Bump API schema to 74db8aa9 #18739

name: Enforce Version Conventions
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
check-version-convention:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup Node
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4
with:
node-version-file: 'package.json'
- name: Run script for checking conventions
run: npx tsx scripts/check-version-conventions.ts