Skip to content

docs: add GH badge

docs: add GH badge #4

Workflow file for this run

name: Link Checker
on:
workflow_dispatch:
pull_request:
push:
jobs:
build:
name: Link Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.0
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./reports/link-checker-output.md
labels: report, automated issue