chore: update workflows to include Node.js and pnpm setup, add nodecar build and test steps

This commit is contained in:
zhom
2025-05-29 10:46:48 +04:00
parent a15337078b
commit 8d1d970324
3 changed files with 43 additions and 2 deletions
+2 -1
View File
@@ -72,7 +72,8 @@
"prettier --write"
],
"src-tauri/**/*.rs": [
"cd src-tauri && cargo fmt --all"
"cd src-tauri && cargo fmt --all",
"cd src-tauri && cargo test"
]
}
}