test(ci): add multi-check bot test artifacts (do not merge) #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
| # BOT TEST ONLY — do not merge. Intentionally invalid YAML to trigger simple-checks. | ||
| name: Bot test invalid | ||
| on: | ||
| workflow_dispatch: | ||
| jobs: | ||
| fake: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - run: "unclosed | ||
| # Intentionally invalid: unclosed double-quote above breaks YAML parsing | ||