Skip to content

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group #1499

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group #1499

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # 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"