diff --git a/.gitea/workflows/deploy-infrastructure.yml b/.gitea/workflows/deploy-infrastructure.yml index 78e31dc..dd8dbd9 100644 --- a/.gitea/workflows/deploy-infrastructure.yml +++ b/.gitea/workflows/deploy-infrastructure.yml @@ -45,6 +45,12 @@ jobs: - name: OpenTofu Init run: tofu init + - name: OpenTofu Format Check + run: tofu fmt -check + + - name: OpenTofu Validate + run: tofu validate + # For debugging. - name: OpenTofu Plan run: tofu plan