Skip to content

Merge branch 'master' of github.com:pestphp/docs #853

Merge branch 'master' of github.com:pestphp/docs

Merge branch 'master' of github.com:pestphp/docs #853

Workflow file for this run

# This action checks for broken links
name: Check Links
on:
push:
pull_request:
schedule:
- cron: "00 00 * * *"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🔗 Check Links
uses: lycheeverse/lychee-action@v1.10.0
with:
fail: true
args: --config .github/workflows/lychee.toml './**/*.md'