Skip to content

infinite-automations/tflint-all-in-one

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tflint-all-in-one

Semantic Release

Run common TFLint commands in a single GitHub action

Usage

name: "Lint"

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]

jobs:
  lint:
    name: Lint
    runs-on: ubuntu-latest    
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Lint Terraform Code
        uses: "infinite-automations/tflint-all-in-one@v1.0.0"
        with:
          directory: "./terraform"

Inputs

Input Name Description Required Default
version The version of TFLint to use false latest
directory The directory where the Terraform configuration files are located false .

About

Run common TFLint commands in a single GitHub action

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages