diff --git a/.gitea/workflows/validate.yml b/.gitea/workflows/validate.yml index b73148a..9d69cdd 100644 --- a/.gitea/workflows/validate.yml +++ b/.gitea/workflows/validate.yml @@ -19,6 +19,19 @@ jobs: with: terraform_version: 1.7.5 + - name: Azure Login + uses: azure/login@v2 + with: + creds: ${{ secrets.AZURE_CREDENTIALS }} + + - name: Azure CLI script + uses: azure/cli@v2 + with: + azcliversion: latest + inlineScript: | + az account show + az storage -h + - name: Terraform fmt id: fmt run: terraform fmt -check -diff -recursive