Skip to content

docs: Add April 2026 changelog entries #1177

docs: Add April 2026 changelog entries

docs: Add April 2026 changelog entries #1177

Workflow file for this run

name: docs-check
on:
pull_request:
push:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci --no-audit --no-fund
- name: Run docs checks
run: npm run check
- name: Run smoke tests
timeout-minutes: 2
run: npm run test:smoke