Skip to content

Add AGENTS.md and CLAUDE.md, and correct the stale copilot-instructions.md #15

Add AGENTS.md and CLAUDE.md, and correct the stale copilot-instructions.md

Add AGENTS.md and CLAUDE.md, and correct the stale copilot-instructions.md #15

Workflow file for this run

# 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