fukuops/Makefile
cătălin 811b35832e
All checks were successful
checks / pre-commit (push) Successful in 52s
checks / tflint (push) Successful in 36s
Kaniko deployments / nextcloud (push) Successful in 3m28s
OpenTofu deployments / authentik (push) Successful in 1m12s
OpenTofu deployments / adguard (push) Successful in 44s
checks / k8s (push) Successful in 29s
ci: add kaniko action that builds nextcloud
2024-09-29 15:00:59 +02:00

13 lines
239 B
Makefile

lint--pre-commit:
pre-commit run --all-files --color always
lint--kubeconform:
kubeconform -strict -ignore-missing-schemas k8s/
lint--tflint:
tflint --recursive
lint:
make lint--pre-commit
make lint--kubeconform
make lint--tflint