Skip to content

Increase bench total message count to 1000 #201

Increase bench total message count to 1000

Increase bench total message count to 1000 #201

Workflow file for this run

name: Link Checker
on:
push:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --exclude-mail --exclude .+localhost.+ --max-concurrency 20 ./**/*.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}