lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 743bdcd8b509d8524f5af2556f077eed9e23e450
parent dd7ededb98ea3252df8b1cd0513e6197d2464a00
Author: triesap <tyson@radroots.org>
Date:   Sat, 21 Feb 2026 15:20:19 +0000

ci: fix workflow yaml parsing for sdk sync


- quote colon-containing values in create pull request metadata fields
- resolve invalid workflow syntax at the reported yaml line in github actions
- keep workflow behavior unchanged for branch naming token usage and body content
- validate yaml parsing and run sdk contract validation locally before commit

Diffstat:
M.github/workflows/sdk-core-sync-pr.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sdk-core-sync-pr.yml b/.github/workflows/sdk-core-sync-pr.yml @@ -88,10 +88,10 @@ jobs: with: token: ${{ secrets.RADROOTS_SDK_SYNC_TOKEN }} path: sdk-typescript - commit-message: sdk: sync generated models from rust sdk contract + commit-message: "sdk: sync generated models from rust sdk contract" branch: sync/models-${{ github.run_id }}-${{ github.run_attempt }} delete-branch: true - title: sdk: sync generated models from rust sdk contract + title: "sdk: sync generated models from rust sdk contract" body: | - sync generated model types for @radroots/core, @radroots/types, @radroots/events, and @radroots/trade - sync @radroots/identity generated types when present in rust export output