Move justfile to repository root (#7652)
## Summary - move the workspace justfile to the repository root for easier discovery - set the just working directory to codex-rs so existing recipes still run in the Rust workspace ## Testing - not run (not requested) ------ [Codex Task](https://chatgpt.com/codex/tasks/task_i_69334db473108329b0cc253b7fd8218e)
This commit is contained in:
parent
2e4a402521
commit
952d6c9465
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
set working-directory := "codex-rs"
|
||||
set positional-arguments
|
||||
|
||||
# Display help
|
||||
Loading…
Add table
Reference in a new issue