We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8bad3 commit 716acf4Copy full SHA for 716acf4
Taskfile.yaml
@@ -9,13 +9,18 @@ includes:
9
flatten: true
10
dir: ./control-plane
11
data-plane:
12
- taskfile: data-plane/Taskfile.yml
+ taskfile: data-plane/Taskfile.yaml
13
14
dir: ./data-plane
15
16
silent: true
17
18
tasks:
19
+ default:
20
+ cmds:
21
+ - task: toolchain:print-vars
22
+ - task -l
23
+
24
version:
25
desc: Get version
26
cmds:
data-plane/Taskfile.yml renamed to data-plane/Taskfile.yaml
@@ -24,11 +24,6 @@ vars:
CARGO_COMPONENTS: "cargo-sort cargo-audit cargo-llvm-cov [email protected] [email protected] typos-cli"
27
- default:
28
- cmds:
29
- - task: toolchain:print-vars
30
- - task -l
31
-
32
data-plane:fmt:
33
desc: "Format the code"
34
0 commit comments