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