Skip to content

Merge branch 'main' into dependabot/github_actions/actions/create-git… #136

Merge branch 'main' into dependabot/github_actions/actions/create-git…

Merge branch 'main' into dependabot/github_actions/actions/create-git… #136

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@v1
with:
tofu_wrapper: false
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files