awesome-arr/.github/workflows/check-markdown-links.yml
dependabot[bot] 5453ff4f95
chore(deps): bump lycheeverse/lychee-action in the actions group (#86)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-05 01:42:16 +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@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
with:
args: >-
--verbose --no-progress
--exclude-path '\.github'
--max-redirects 10
--accept 200,204,206,403,429
'./*.md'