Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 6ab8326

Browse files
authored
update ci to include tinygo (#40)
1 parent f8cfe7a commit 6ab8326

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/util/ci.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
with:
4040
node-version: "22"
4141
42+
- name: Setup Go
43+
uses: actions/setup-go@v5
44+
45+
- name: Setup TinyGo
46+
uses: acifani/setup-tinygo@v2
47+
with:
48+
tinygo-version: "0.34.0"
49+
4250
- name: Build project
4351
run: npx -p @hypermode/modus-cli -y modus build
4452
working-directory: \${{ env.MODUS_DIR }}

0 commit comments

Comments
 (0)