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
13 lines
239 B
Makefile
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
|