Commit Graph

5 Commits

Author SHA1 Message Date
pezkuwichain eef3eda02b ci: add workflow_dispatch trigger to check-getting-started 2026-01-25 07:16:24 +03:00
pezkuwichain f78c16581e fix: add wildcard patterns to expect for emoji prompts in getting-started 2026-01-25 07:12:34 +03:00
pezkuwichain 51a0f222ec fix: add LLVM installation for macOS in getting-started workflow
macOS runner needs libclang for rocksdb compilation.
Install llvm via homebrew and set LIBCLANG_PATH.
2026-01-25 05:11:13 +03:00
pezkuwichain 949f2f8f24 fix: getting-started workflow use local templates and workspace builds
- Add PEZKUWI_TEMPLATE_SOURCE env var support to getting-started.sh
  for using local templates instead of cloning from external repos
- Update workflow to build templates within SDK workspace context
  since templates use workspace inheritance
- Add package names to matrix for correct cargo -p targets
- Add SKIP_WASM_BUILD=1 to avoid serde_core wasm32 issues
2026-01-08 12:12:22 +03:00
pezkuwichain ee389beb8c feat: Add rebrand CI/CD workflows to main branch
- Add 72 rebrand workflow files (polkadot→pezkuwi, substrate→bizinikiwi, cumulus→pezcumulus)
- Add GitHub actions, issue templates, and configs
- Removed unnecessary workflows (fork-sync, gitspiegel, upstream-tracker, sync-templates, backport)
- Renamed zombienet test files to match new naming convention
2025-12-19 22:51:57 +03:00