Skip to content

docs: initial draft

docs: initial draft #4

Workflow file for this run

name: "Check Links"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
check-links:
name: Detect Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
fail_on_error: true