Skip to content

build(deps): bump opentofu/setup-opentofu from 1 to 2 #38

build(deps): bump opentofu/setup-opentofu from 1 to 2

build(deps): bump opentofu/setup-opentofu from 1 to 2 #38

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout source code
- uses: terraform-linters/setup-tflint@v3
name: Setup TFLint
- name: Run TFLint
run: make test_tflint