Skip to content

bflad/tfproviderlint-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tfproviderlint-github-action

For Terraform Provider developers, add Terraform Provider code linting to your GitHub repository easily with this GitHub Action. Uses tfproviderlint.

Usage

on: [pull_request, push]

jobs:
  example:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2.0.0
    - uses: bflad/tfproviderlint-github-action@master
      with:
        args: ./...

Development and Testing

To locally test the Docker build:

$ docker build -t tfproviderlint-github-action:latest .

About

Terraform Provider Lint GitHub Action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published