Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Jan 25, 2024
1 parent 7f4b95c commit 2442dcd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DEFAULT_GOAL := help

lint: ## Run chart-tester lint
@docker run -it --rm --workdir=/data --volume ~/.kube/config:/root/.kube/config:ro --volume $(shell pwd):/data quay.io/helmpack/chart-testing:v3.10.1 ct lint --target-branch chart-pipeline --all --chart-repos bitnami=https://charts.bitnami.com/bitnami,prometheus-charts=https://prometheus-community.github.io/helm-charts,grafana=https://grafana.github.io/helm-charts,ethereum-helm-charts=https://ethpandaops.github.io/ethereum-helm-charts

help: ## Show this help
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 comments on commit 2442dcd

Please sign in to comment.