Skip to content

Merge branch 'main' into dependabot/github_actions/pre-commit/action-… #1103

Merge branch 'main' into dependabot/github_actions/pre-commit/action-…

Merge branch 'main' into dependabot/github_actions/pre-commit/action-… #1103

Workflow file for this run

name: pre-commit
on: push
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "~>1.5.2" # match the version constraint in versions.tf
- uses: actions/[email protected]
- uses: pre-commit/[email protected]