feat(theme): 续迁移 mereithhh——TopPin/404/分类归档/友链申领/社交网格 #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Lint AGENTS.md | |
| on: | |
| push: | |
| paths: | |
| - 'AGENTS.md' | |
| - 'docs/**' | |
| - 'scripts/lint-agents.sh' | |
| - '.github/workflows/lint-agents.yml' | |
| pull_request: | |
| paths: | |
| - 'AGENTS.md' | |
| - 'docs/**' | |
| - 'scripts/lint-agents.sh' | |
| jobs: | |
| validate-references: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check paths referenced in AGENTS.md exist | |
| run: bash scripts/lint-agents.sh |