fix(ci): quote workflow name with embedded colon in compliance-swarm.yml (#898)
The unquoted "compliance: full swarm" value contains a colon+space, which YAML parses as the start of a nested mapping, causing GitHub Actions to reject the whole file as invalid. Signed-off-by: Jonas Flodén <jonas@floden.nu>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: compliance: full swarm
|
||||
name: "compliance: full swarm"
|
||||
|
||||
# Full hybrid audit: deterministic scanners + LLM-driven deep_audit checks
|
||||
# (RoPA drift, AGPL §13 evaluation, IDOR/access-control reasoning, ISMS clause
|
||||
|
||||
Reference in New Issue
Block a user