ci(vote): fix workflow YAML — unquoted colon in step name broke parse

'Resolve local-dev file: links...' step name had a bare colon, which YAML
read as a nested mapping (startup_failure, no jobs ran). Drop the colon.

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
zeekay
2026-07-18 04:09:29 -07:00
co-authored by Hanzo Dev
parent 7192dff902
commit 3615257c93
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
# contracts gitlink resolves.
run: git submodule update --init app contracts
- name: Resolve local-dev file: links to their published npm packages
- name: Resolve local-dev file links to their published npm packages
# app/package.json links two deps to sibling monorepos that are absent in a
# clean CI checkout, so pnpm/vite can't resolve them:
# @luxfi/ui -> file:../../ui/pkg/ui (the @hanzo/ui components;