Add AGENTS.md and CLAUDE.md, and correct the stale copilot-instructions.md #15
Workflow file for this run
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
| # Lints tracked YAML with yamllint, plus a companion check that flags long | |
| # `run:` script blocks as decomposition candidates. | |
| # | |
| # Warn-only for now, for the same pre-existing-backlog reason as | |
| # lint-workflows.yml (tracked in #32). | |
| name: Lint YAML | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| lint: | |
| uses: Morrison-Lab/gha/.github/workflows/lint-yaml.yml@v2 | |
| with: | |
| fail: false |