Skip to content

linkcheck

linkcheck #343

Workflow file for this run

name: linkcheck
on:
workflow_dispatch:
push:
schedule:
- cron: '30 1 * * *' # daily at 01:30 UTC
jobs:
external-link-check:
runs-on: ubuntu-latest
steps:
- name: Cloning repository
uses: actions/checkout@v4
- name: Lychee Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: -c lychee.toml -n .