Dashboardpublishcocoapods-keepalive.yml yml/plain-scalar

cocoapods-keepalive.yml yml/plain-scalar

Category: gotcha
Confidence: 1.00
ID: 01a082eb-832b-7a76-a39b-26af98931e07
Project ID: ac098440-8723-4582-9021-39e07a608100
Cross-project: No
Recalled in other projects: 0
Source session: 0oiYcLCLuyO5KcWJl
Created: 2026-09-08 21:27:43
Updated: 2026-09-08 21:27:47

Content

Trap: quoting the workflow name in .github/workflows/cocoapods-keepalive.yml looks harmless because YAML accepts either scalar style, but this repository's ESLint YAML rule requires a plain scalar and fails yarn lint. Fix: use name: CocoaPods Token Keep-Alive; run eslint src .github --ignore-pattern '!.github' after workflow edits because YAML style violations may be outside the changed release workflow.

Move to: