Skip to content

Remove next documents in favor of two releases at a time. #373

Remove next documents in favor of two releases at a time.

Remove next documents in favor of two releases at a time. #373

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- '**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
- name: install dependencies
run: npm ci
- name: check internal markdown links
run: npm run check-links