From 3615257c934b0740dabcd70ad534350bdee5c29a Mon Sep 17 00:00:00 2001 From: zeekay Date: Sat, 18 Jul 2026 04:09:29 -0700 Subject: [PATCH] =?UTF-8?q?ci(vote):=20fix=20workflow=20YAML=20=E2=80=94?= =?UTF-8?q?=20unquoted=20colon=20in=20step=20name=20broke=20parse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '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 --- .github/workflows/vote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vote.yml b/.github/workflows/vote.yml index 1be24ab..6cd5f01 100644 --- a/.github/workflows/vote.yml +++ b/.github/workflows/vote.yml @@ -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;