From 9c022c10978b96e43f2ade0b32c2a2f5dde041ba Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:59:13 +0100 Subject: [PATCH] fmt --- .../workflows/tofu-plan-k8s-wheatley.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 622e1a8..701952a 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -8,7 +8,7 @@ on: - main paths: - pve01.wheatley.in/k8s-wheatley/** - - .forgejo/workflows/tofu-plan-k8s-wheatley.yaml + - .forgejo/workflows/tofu-plan-k8s-wheatley.yaml jobs: tofu-plan-k8s-wheatley: @@ -25,24 +25,24 @@ jobs: TF_VAR_proxmox_endpoint: ${{ secrets.PROXMOX_ENDPOINT }} TF_VAR_proxmox_api_token: ${{ secrets.PROXMOX_API_TOKEN }} steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/opentofu/setup-opentofu@v1 - with: - tofu_version: 1.11.5 + - uses: https://github.com/actions/checkout@v4 + - uses: https://github.com/opentofu/setup-opentofu@v1 + with: + tofu_version: 1.11.5 - - name: OpenTofu Init - id: init - run: tofu init --upgrade + - name: OpenTofu Init + id: init + run: tofu init --upgrade - - name: OpenTofu fmt - id: fmt - run: tofu fmt -check + - name: OpenTofu Format + id: fmt + run: tofu fmt -check - - name: OpenTofu Validate - id: validate - run: tofu validate -no-color + - name: OpenTofu Validate + id: validate + run: tofu validate -no-color - - name: OpenTofu Plan - id: plan - run: tofu plan -no-color - continue-on-error: true + - name: OpenTofu Plan + id: plan + run: tofu plan -no-color + continue-on-error: true