Skip to content

Bump opentofu/setup-opentofu from 1 to 2 #140

Bump opentofu/setup-opentofu from 1 to 2

Bump opentofu/setup-opentofu from 1 to 2 #140

Workflow file for this run

name: pre-commit
on:
workflow_dispatch:
pull_request:
push:
branches-ignore:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
TF_CLI_ARGS: "-no-color"
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- uses: opentofu/setup-opentofu@v2
with:
tofu_wrapper: false
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files