Skip to content

Add ARD and OKF agent-discovery coverage to astro-seo and static-seo #78

Add ARD and OKF agent-discovery coverage to astro-seo and static-seo

Add ARD and OKF agent-discovery coverage to astro-seo and static-seo #78

Workflow file for this run

name: Link Check
on:
workflow_dispatch:
push:
branches: [main]
paths: ['**/*.md']
pull_request:
branches: [main]
paths: ['**/*.md']
# Run weekly to catch link rot
schedule:
- cron: '0 9 * * 1'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: lycheeverse/lychee-action@v2
with:
args: --no-progress './**/*.md'
fail: true