Skip to content

fix phpstan

fix phpstan #57

Workflow file for this run

name: Check for broken Links
on:
pull_request:
paths:
- '**.md'
push:
paths:
- '**.md'
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🔗 Check Links
uses: lycheeverse/[email protected]
with:
fail: true
args: --config .github/lychee.toml './**/*.md'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}