Skip to content

Merge branch '4.x' into 5.x #1464

Merge branch '4.x' into 5.x

Merge branch '4.x' into 5.x #1464

Workflow file for this run

name: Check for broken links
on:
push:
pull_request:
schedule:
# Runs weekly on Monday at 00:00
- cron: "0 0 * * 1"
permissions:
contents: read
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
- name: 🔗 Check Links
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
with:
lycheeVersion: latest
format: markdown
args: >
--base https://pestphp.com
--user-agent "Mozilla 5.0"
--exclude "https?://(www\.)?(twitter\.com|instagram\.com|linkedin\.com|gnu\.org)"
--max-retries 5
--verbose
--no-progress
"**/*.md"