4 Commits

Author SHA1 Message Date
Ryan-Brice
c16dfe52fa
fix: Update tsconfig.json module resolution settings to match the action.yml files runs.using version "node20"
NOTE: Updating to stop `tsc` command warnings when using `typescript@5.9.3`
2025-10-31 18:46:48 +08:00
Ryan-Brice
74f2e4d3dd
feat: Implement caching mechanism for Rust projects
- Added CacheConfig class to manage cache paths, keys, and workspace configurations.
- Implemented cache restoration logic in restore.js, including handling cache misses and mismatches.
- Developed save.js to handle cache saving, including cleaning up target directories and registry.
- Introduced utility functions in utils.js for command execution and cache provider selection.
- Created Workspace class in workspace.js to manage Rust workspace metadata and package retrieval.
2025-10-21 17:40:45 +08:00
Arpad Borsos
0eea7b85d4 update dependencies and rebuild 2020-11-07 10:22:23 +01:00
Arpad Borsos
99970e092c
initial commit 2020-09-26 23:48:29 +02:00