Skip to content

chore: update CHANGELOG for 0.1.4 and 0.2.0 #12

chore: update CHANGELOG for 0.1.4 and 0.2.0

chore: update CHANGELOG for 0.1.4 and 0.2.0 #12

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