We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dd133 commit f775b5fCopy full SHA for f775b5f
Taskfile.yaml
@@ -0,0 +1,9 @@
1
+version: 3
2
+
3
+includes:
4
+ shared:
5
+ taskfile: hack/common/Taskfile_library.yaml
6
+ flatten: true
7
+ vars:
8
+ CODE_DIRS: '{{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/pkg/... {{.ROOT_DIR}}/e2e/...'
9
+ GENERATE_DOCS_INDEX: "true"
0 commit comments