Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group #1432

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group #1432

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # 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"