Skip to content

Bump actions/checkout from 5 to 6 #71

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #71

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@v6
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v6
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
- name: Run TFLint
run: tflint