Add AGENTS.md onboarding guide for AI coding agents #2694
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: Validate | |
| on: | |
| merge_group: | |
| pull_request: | |
| branches: | |
| - main | |
| - master | |
| jobs: | |
| validate-landscape: | |
| runs-on: ubuntu-latest | |
| name: "Validate landscape.yml file" | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: cncf/landscape2-validate-action@v2 | |
| with: | |
| target_kind: data | |
| target_path: ./landscape.yml |