Skip to content

Replace Python ingestion and audit tooling with TypeScript #42

Replace Python ingestion and audit tooling with TypeScript

Replace Python ingestion and audit tooling with TypeScript #42

Workflow file for this run

name: Docs Audit
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
docs-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24'
cache: npm
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npm run check
- name: Verify source files remain unchanged
run: |
git diff --check
git diff --exit-code
- uses: actions/upload-artifact@v4
if: failure()
with:
name: browser-test-results
path: test-results/