Skip to content

feat: add support for instance action #13854

feat: add support for instance action

feat: add support for instance action #13854

Workflow file for this run

name: Run tfproviderlint
permissions:
contents: read
on:
pull_request:
push:
merge_group:
jobs:
tfproviderlint:
runs-on: ubuntu-latest
steps:
# Checkout should always be before setup-go to ensure caching is working
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: stable
- name: Install tfproviderlint
run: go install github.com/bflad/tfproviderlint/cmd/tfproviderlint
- name: Run tfproviderlint
run: make tfproviderlint
- name: Run tfproviderlintx
run: make tfproviderlintx
tfproviderdocs:
runs-on: ubuntu-latest
steps:
# Checkout should always be before setup-go to ensure caching is working
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: stable
- uses: hashicorp/setup-terraform@v3
- run: go install github.com/bflad/tfproviderdocs@latest
- run: make tfproviderdocs