Skip to content

docs(flexible_ip): clarify compatibility with Elastic Metal and add z… #11148

docs(flexible_ip): clarify compatibility with Elastic Metal and add z…

docs(flexible_ip): clarify compatibility with Elastic Metal and add z… #11148

name: Run tfproviderlint
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@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.0
- name: Install tfproviderlint
run: go install github.com/bflad/tfproviderlint/cmd/tfproviderlint
- name: Run tfproviderlint
run: make tfproviderlint
tfproviderdocs:
runs-on: ubuntu-latest
steps:
# Checkout should always be before setup-go to ensure caching is working
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.0
- uses: hashicorp/setup-terraform@v3
- run: go install github.com/bflad/tfproviderdocs@latest
- run: make tfproviderdocs