Skip to content

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

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

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

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Tofu format
run: tofu fmt -recursive -diff -check