Skip to content

Fixed in page hyperlinks to 3.3 subsections #875

Fixed in page hyperlinks to 3.3 subsections

Fixed in page hyperlinks to 3.3 subsections #875

name: Test Front Matter
on:
pull_request:
branches: [ '*' ]
workflow_dispatch:
jobs:
test-front-matter:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Install dependencies
run: npm ci
- name: Run Compare Front Matter
run: npm run compare-front-matter