File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,6 +272,12 @@ jobs:
272272 vp lint --type-aware
273273 vp build
274274 vp test
275+ - name : yaak
276+ node-version : 24
277+ command : |
278+ vp fmt --ignore-path .oxfmtignore
279+ vp lint
280+ vp test
275281 exclude :
276282 # frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
277283 - os : windows-latest
@@ -285,6 +291,10 @@ jobs:
285291 - os : windows-latest
286292 project :
287293 name : vinext
294+ # yaak is a Tauri app with Rust/wasm deps
295+ - os : windows-latest
296+ project :
297+ name : yaak
288298
289299 steps :
290300 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Original file line number Diff line number Diff line change 8080 "branch" : " main" ,
8181 "hash" : " f4e2d05f25539ba64a97368f6e35b33b2a7bed05" ,
8282 "forceFreshMigration" : true
83+ },
84+ "yaak" : {
85+ "repository" : " https://github.com/mountain-loop/yaak.git" ,
86+ "branch" : " main" ,
87+ "hash" : " b4a1c418bb3f923858dd55729f585e189327a038" ,
88+ "forceFreshMigration" : true
8389 }
8490}
You can’t perform that action at this time.
0 commit comments