Skip to content

Bump the github-actions group with 2 updates #1478

Bump the github-actions group with 2 updates

Bump the github-actions group with 2 updates #1478

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