mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
8 lines
109 B
Makefile
8 lines
109 B
Makefile
.PHONY: test
|
|
test:
|
|
@_test/test-charts $(TEST_CHARTS)
|
|
|
|
.PHONY: lint
|
|
lint:
|
|
@_test/lint-charts $(TEST_CHARTS)
|