File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,6 +271,12 @@ 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+ vp lint
279+ vp test
274280 exclude :
275281 # frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows
276282 - os : windows-latest
@@ -284,6 +290,10 @@ jobs:
284290 - os : windows-latest
285291 project :
286292 name : vinext
293+ # yaak is a Tauri app with Rust/wasm deps
294+ - os : windows-latest
295+ project :
296+ name : yaak
287297
288298 steps :
289299 - 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