mirror of
https://github.com/luxfi/dao.git
synced 2026-07-27 02:51:24 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user