From af5418b4feb58c710073c556a6c6e3763cf3b913 Mon Sep 17 00:00:00 2001 From: InAnYan Date: Fri, 31 Jul 2026 19:47:45 +0200 Subject: [PATCH] fix(infra): remove fmt check --- .gitea/workflows/deploy-infrastructure.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/deploy-infrastructure.yml b/.gitea/workflows/deploy-infrastructure.yml index dd8dbd9..0cc420c 100644 --- a/.gitea/workflows/deploy-infrastructure.yml +++ b/.gitea/workflows/deploy-infrastructure.yml @@ -45,9 +45,6 @@ jobs: - name: OpenTofu Init run: tofu init - - name: OpenTofu Format Check - run: tofu fmt -check - - name: OpenTofu Validate run: tofu validate