Skip to content

Bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 #63

Bump terraform-docs/gh-actions from 1.1.0 to 1.2.0

Bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 #63

Workflow file for this run

name: TFLint
permissions:
contents: read # This is required for actions/checkout
on:
workflow_dispatch:
pull_request:
jobs:
lint:
name: TFLint Inspection
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v4
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
- name: Run TFLint
run: tflint