Skip to content

API drift

API drift #23

Workflow file for this run

name: API drift
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '0 9 * * 1'
workflow_dispatch:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
cache: npm
- run: npm ci
- run: node scripts/check-drift.mjs