Skip to content

Docs/narrative batch3 #33

Docs/narrative batch3

Docs/narrative batch3 #33

Workflow file for this run

name: Docs link check
on:
pull_request:
paths:
- '**/*.md'
- 'scripts/verify-doc-links.ps1'
push:
branches: [ master ]
paths:
- '**/*.md'
- 'scripts/verify-doc-links.ps1'
jobs:
link-check:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate relative links (including images)
shell: pwsh
run: ./scripts/verify-doc-links.ps1 -IncludeImages