Skip to content

Fix Illuminate\Support\Carbon instance in queue (#1542) #40

Fix Illuminate\Support\Carbon instance in queue (#1542)

Fix Illuminate\Support\Carbon instance in queue (#1542) #40

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}}