-
i have the next just file, when I have an error in the dotnet build code, the build returns 1 exit code, yet just files does not return that code to use with GitHub actions in the CI/CD, how can I get…
-
When using small VPS, it doesn't make sense to build everything remotely. For this, provide an option to so we can build everything locally and `nix copy` it before doing remote deployment.
For now…
-
Replace `Justfile` with `Taskfile` for OS-neutral portable tasks.
For example, this replaces `just maintain`:
deno-task update-deno-deps
We need to replace the rest.
-
Hi, great project, thank you so much!
#### Intro
I laughed at the comment "I’m pretty sure that nobody actually uses this feature" [here](https://github.com/casey/just#non-project-specific-justfil…
-
With the update to the SmallRye release workflows, JReleaser is not working anymore:
- GitHub release notes are not computed properly
- GitHub discussions announcements are not working anymore.
…
-
While I was building Bonfire from source, I noticed a few out of date just commands, and noticed the file is quite large. I thought it would be a reasonable idea to clean it up a little. The problem, …
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Pressing SPACE at the beginning of a line in a _Justfile_ inserts INDENT spaces. Weird.
I…
-
I've long had a [`setup`](https://github.com/kbd/setup/blob/main/HOME/bin/setup) program that makes symlinks to dotfiles, installs packages, etc. At some point I realized I could replace my code with …
-
Currently, when using `import`, import happens into the parent justfile, so imports can use all the variables as well as the options that are set with `set` like `shell`, etc.
However, when anothe…
-
What is the code command in that first line of just? Should we add setup dependencies to the readme? Should we update the justfile to install them?