Skip to content

feat: add agent catalog and GitHub automation #7

feat: add agent catalog and GitHub automation

feat: add agent catalog and GitHub automation #7

name: Validate markdown links
on:
push:
branches: [main]
paths:
- '**/*.md'
- 'scripts/validate_links.py'
- '.github/workflows/validate-links.yml'
pull_request:
paths:
- '**/*.md'
- 'scripts/validate_links.py'
- '.github/workflows/validate-links.yml'
jobs:
validate-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Validate markdown links
run: python scripts/validate_links.py