Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 679 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 679 Bytes

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 .