Skip to content

Breaking: Svelte 5 #197

Breaking: Svelte 5

Breaking: Svelte 5 #197

Workflow file for this run

name: Link check
on:
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' --accept 100..=103,200..=299,403,429 -- ./**/*.{md,svelte,ts}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}