From a5f575afc128f7280d521c00b8792d809c09c328 Mon Sep 17 00:00:00 2001 From: Keren Trajtenberg Date: Thu, 25 Jan 2024 17:22:06 +0200 Subject: [PATCH] removed tf formatting lint --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 9ce599e..f9539d7 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -36,6 +36,6 @@ jobs: # VALIDATE_MARKDOWN: true # VALIDATE_NATURAL_LANGUAGE: true VALIDATE_POWERSHELL: true - VALIDATE_TERRAFORM_FMT: true + # VALIDATE_TERRAFORM_FMT: true VALIDATE_YAML: true \ No newline at end of file