diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..557dd23 --- /dev/null +++ b/Justfile @@ -0,0 +1,7 @@ +docs: + #!/bin/bash + helm-docs --chart-search-root=charts --template-files=README.md.gotmpl --template-files=./_templates.gotmpl + +lint: + #!/bin/bash + ct lint ./charts --target-branch main