Replies: 1 comment
-
Hi @Kludex, I think you've done the right thing. Don't really have suggestions on how to improve that. Other than syntax, maybe. Our styleguide suggests Also, if you prefer, you could indent like this (but that's personal opinion and there's no right answer): all:
cmds:
- task: benchmark
vars:
CASE: simple
- task: benchmark
vars:
CASE: add_uvloop
- task: benchmark
vars:
CASE: add_httptools
- task: benchmark
vars:
CASE: uvloop_and_httptools |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there 👋
I have the following
Taskfile.yml
:Is there a way, on the
all
task, to make it more cute? I will have to add many more to this list, and I was wondering if there's a better way to do it. 👀Thanks in advance! 🙏
Beta Was this translation helpful? Give feedback.
All reactions