Skip to content

Fix YAML linter error: nested mapping in compact sequence entries#311

Closed
orkun1675 wants to merge 1 commit intogarrytan:mainfrom
orkun1675:patch-1
Closed

Fix YAML linter error: nested mapping in compact sequence entries#311
orkun1675 wants to merge 1 commit intogarrytan:mainfrom
orkun1675:patch-1

Conversation

@orkun1675
Copy link
Contributor

@orkun1675 orkun1675 commented Mar 22, 2026

Having "Run: bun" inside a plain scalar is not allowed per YAML spec which states: Plain scalars must never contain the “: ” and “ #” character combinations.

This simple fix switches to block scalars (|) to eliminate the ambiguity without changing runtime behavior.

Having "Run: bun" inside a plain scalar is not allowed per YAML spec which states: Plain scalars must never contain the “: ” and “ #” character combinations.

This simple fix switches to block scalars (|) to eliminate the ambiguity without changing runtime behavior.
@garrytan
Copy link
Owner

Merged into #325 (wave 1: /cso launch + security hardening). Thank you for the contribution!

@garrytan garrytan closed this Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants