awesome-arr/.github/workflows/check-markdown-links.yml
dependabot[bot] 812cc92400
chore(deps): bump the actions group with 2 updates (#74)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 21:33:54 +05:30

27 lines
646 B
YAML

name: Link Checker
on:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
jobs:
link-checker:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Link Checker
uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # v2.5.0
with:
args: >-
--verbose --no-progress
--exclude-path '\.github'
--max-redirects 10
--accept 200,204,206,403,429
'./*.md'