Skip to content

Link Checker

Link Checker #50

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