File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,13 @@ jobs:
271271 vp lint --type-aware
272272 vp build
273273 vp test
274+ - name : yaak
275+ node-version : 24
276+ command : |
277+ vp fmt --ignore-path .oxfmtignore
278+ # FIXME: type-aware lint fails with "Invalid tsconfig" without full Rust/wasm bootstrap
279+ vp lint || true
280+ vp test
274281 exclude :
275282 # frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
276283 - os : windows-latest
@@ -284,6 +291,10 @@ jobs:
284291 - os : windows-latest
285292 project :
286293 name : vinext
294+ # yaak is a Tauri app with Rust/wasm deps
295+ - os : windows-latest
296+ project :
297+ name : yaak
287298
288299 steps :
289300 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Original file line number Diff line number Diff line change 7979 "branch" : " main" ,
8080 "hash" : " f4e2d05f25539ba64a97368f6e35b33b2a7bed05" ,
8181 "forceFreshMigration" : true
82+ },
83+ "yaak" : {
84+ "repository" : " https://github.com/mountain-loop/yaak.git" ,
85+ "branch" : " main" ,
86+ "hash" : " b4a1c418bb3f923858dd55729f585e189327a038" ,
87+ "forceFreshMigration" : true
8288 }
8389}
You can’t perform that action at this time.
0 commit comments