Feat: add GitHub Action for automatic link checking (closes #1786)

This commit is contained in:
unknown
2026-02-04 16:43:51 +05:30
parent c6cdbc6406
commit 4b5e4b6da5
+25
View File
@@ -0,0 +1,25 @@
name: Link Checker
on:
pull_request:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Lychee link checker
uses: lycheeverse/lychee-action@v1
with:
args: >
--verbose
--no-progress
--exclude-mail
--timeout 10
data.json