Skip to content

Manage tflint configuration #2

Manage tflint configuration

Manage tflint configuration #2

Workflow file for this run

name: module-ci
on:
pull_request:
push:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: opentofu/setup-opentofu@v1
- run: tofu fmt -check -recursive
- run: tofu init -backend=false -input=false
- run: tofu validate
- uses: terraform-linters/setup-tflint@v6
- run: tflint --init
- run: tflint