From b3e3da4b0c8dc86bea969bc7a02aa255359db4e3 Mon Sep 17 00:00:00 2001 From: Kory Kaai <69431357+kory-kaai@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:33:58 +0200 Subject: [PATCH] docs: ci workflow note Co-authored-by: TopDaily Dev <315340167+topdaily-dev@users.noreply.github.com> --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf6763..81e99bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,3 +17,5 @@ jobs: node-version: "22" - run: npm test + +# Pair with collab-kit init --oss-toolchain