docker: separate workspace and guest program directories (#57)

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: kevaundray <kevtheappdev@gmail.com>
This commit is contained in:
Ignacio Hagopian
2025-07-20 23:58:02 +02:00
committed by GitHub
parent f01a6c16db
commit f05aa50032
14 changed files with 194 additions and 81 deletions

View File

@@ -1,9 +1,9 @@
name: Rust Checks
on:
push:
branches: [ main, master ]
branches: [ master ]
pull_request:
branches: [ main, master ]
branches: [ master ]
env:
CARGO_TERM_COLOR: always