Check Links #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
| # ============================================================ | |
| # .github/workflows/links.yml (Lychee Link Checker) | |
| # ============================================================ | |
| # WHY: Calls org-level link checker; maintained centrally in adaptive-interfaces/.github. | |
| name: Check Links | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: "0 6 2 * *" | |
| permissions: | |
| contents: read | |
| issues: write | |
| jobs: | |
| links: | |
| uses: adaptive-interfaces/.github/.github/workflows/links.yml@main |