Files
awesome-arr/.github/workflows/check-markdown-links.yml
dependabot[bot] bd4a4a655b chore(deps): bump the actions group with 2 updates (#76)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 00:36:25 +05:30

28 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@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
with:
args: >-
--verbose --no-progress
--exclude-path '\.github'
--max-redirects 10
--accept 200,204,206,403,429
'./*.md'