ci: add pre-commit, k8s and tflint action workflows
All checks were successful
checks / pre-commit (push) Successful in 33s
checks / k8s (push) Successful in 14s
checks / tflint (push) Successful in 14s

This commit is contained in:
cătălin 2024-08-04 02:22:11 +02:00
commit 399dd397bb
No known key found for this signature in database
5 changed files with 45 additions and 14 deletions

View file

@ -1,12 +1,3 @@
variable "argo_workflows_client_id" {
description = "Client ID"
type = string
}
variable "argo_workflows_client_secret" {
description = "Client secret"
type = string
}
variable "firezone_client_id" {
description = "Client ID"