We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8a755 commit 5356f7fCopy full SHA for 5356f7f
.github/workflows/tfproviderlint.yml
@@ -17,3 +17,13 @@ jobs:
17
run: go install github.com/Codelax/tfproviderlint/cmd/tfproviderlint@9a212663f6cab5b28933496a85d7f7168d82360f
18
- name: Run tfproviderlint
19
run: tfproviderlint ./...
20
+ tfproviderdocs:
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - uses: actions/checkout@v3
24
+ - uses: actions/setup-go@v2
25
+ with:
26
+ go-version: 1.21
27
+ - uses: hashicorp/setup-terraform@v3
28
+ - run: go install github.com/bflad/tfproviderdocs@latest
29
+ - run: tfproviderdocs check -provider-name scaleway -enable-contents-check
0 commit comments