Dashboard › publish › cocoapods-keepalive.yml yml/plain-scalar
01a082eb-832b-7a76-a39b-26af98931e07Trap: 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.