Skip to content

Broken Links Check

Broken Links Check #1

name: Broken link check
on:
workflow_dispatch:
jobs:
broken_link_checker_job:
runs-on: ubuntu-latest
name: Check for broken links
steps:
- name: Check for broken links
id: link-report
uses: celinekurpershoek/link-checker@v1.0.2
with:
url: "https://docs.kuadrant.io"
honorRobotExclusions: false
recursiveLinks: true
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"