From 361dce13a317f4de91dac12c53ff3383ed566598 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Wed, 26 Jan 2022 21:28:40 -0500 Subject: [PATCH] add justfile for simpler dev workflow --- Justfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Justfile 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