Merge staging-next into staging

This commit is contained in:
github-actions[bot] 2024-10-31 06:05:30 +00:00 committed by GitHub
commit 8ef263c335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 3580 additions and 1343 deletions

View file

@ -6,7 +6,7 @@ This setup hook attempts to use [the `just` command runner](https://just.systems
## `buildPhase` {#just-hook-buildPhase}
This phase attempts to invoke `just` with [the default recipe](https://just.systems/man/en/chapter_23.html).
This phase attempts to invoke `just` with [the default recipe](https://just.systems/man/en/the-default-recipe.html).
[]{#just-hook-dontUseJustBuild} This behavior can be disabled by setting `dontUseJustBuild` to `true`.