Replies: 2 comments 4 replies
-
Can you create a recipe with those members as a dependency? Like so: install-hooks: lint-infra lint-javascript |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thinking out loud, I'm wondering if instead it would be better to support some sort of globbing of task names on the command-line, something like % just "lint-*" and/or,
which would run all tasks with a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to be able to (using the smart resolution) run all commands in a specific group. The context is that I'd like to put
just
into my git-hooks flow:the current blocker to PoC this on my workflow is the
just --run-group=hook:pre-commit
command. I cant see anything in the docs which lets me do this as gracefully. Im aware I could just put everything into 1 command like the below.The
install-hooks
command is a bit flakey but this could potentially be extended to be any hook and have a built-in command to install the right files.(I would be keen on learning Rust to implement this myself if there's enough interest)
Beta Was this translation helpful? Give feedback.
All reactions