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 17b28b4 commit df6570cCopy full SHA for df6570c
hack/check-everything.sh
@@ -37,6 +37,8 @@ ${hack_dir}/test-all.sh
37
header_text "confirming examples compile (via go install)"
38
go install ${MOD_OPT} ./examples/builtins
39
go install ${MOD_OPT} ./examples/crd
40
+go install ${MOD_OPT} ./examples/configfile/builtin
41
+go install ${MOD_OPT} ./examples/configfile/custom
42
43
echo "passed"
44
exit 0
0 commit comments