Skip to content

Link check

Link check #64

Workflow file for this run

name: Link check
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *' # monthly
push:
branches: [main]
pull_request:
branches: [main]
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Discover broken links
uses: lycheeverse/lychee-action@v2
with:
args: --exclude '%7B' --exclude-path ./site/src/sites.yml -- ./**/*.{md,svelte,ts,yml}