Skip to content

chore(deps): update dependency siderolabs/talos to v1.13.7 #1426

chore(deps): update dependency siderolabs/talos to v1.13.7

chore(deps): update dependency siderolabs/talos to v1.13.7 #1426

Workflow file for this run

name: Tofu format
on:
workflow_dispatch: { }
push:
branches: [ '**', '!renovate/**' ]
paths:
- '**.tf'
- '**.tofu'
- '**.tfvars'
- '**.tftpl'
pull_request:
types: [ opened, synchronize ]
branches: [ '**' ]
paths:
- '**.tf'
- '**.tofu'
- '**.tfvars'
- '**.tftpl'
jobs:
tofu-format:
name: run tofu format
runs-on: ubuntu-latest
container: ghcr.io/vehagn/homelab-devcontainer
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Tofu format
run: tofu fmt -recursive -diff -check