mirror of
https://gitea.com/gitea/helm-actions.git
synced 2025-10-22 07:28:17 +00:00
chore: add linters and ignores
This commit is contained in:
19
Makefile
Normal file
19
Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
SHELL := /usr/bin/env bash -O globstar
|
||||
|
||||
.PHONY: prepare-environment
|
||||
prepare-environment:
|
||||
pnpm install
|
||||
|
||||
.PHONY: readme
|
||||
readme: prepare-environment
|
||||
pnpm run readme:parameters
|
||||
pnpm run readme:lint
|
||||
|
||||
.PHONY: unittests-helm
|
||||
unittests-helm:
|
||||
helm unittest --strict -f 'unittests/helm/**/*.yaml' -f 'unittests/helm/values-conflicting-checks.yaml' ./
|
||||
|
||||
.PHONY: helm
|
||||
update-helm-dependencies:
|
||||
helm dependency update
|
||||
|
Reference in New Issue
Block a user