Skip to content

feat(docs): Update Middleware Documentation #8

feat(docs): Update Middleware Documentation

feat(docs): Update Middleware Documentation #8

name: Check External Links
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
external-links:
name: Check External URLs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Check external links
uses: lycheeverse/lychee-action@v2
with:
args: --config lychee.toml '**/*.md' '**/*.mdx'
fail: true