Skip to content

Commit

Permalink
add justfile for simpler dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Jan 27, 2022
1 parent e049e57 commit 361dce1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 361dce1

Please sign in to comment.