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 630c16d commit ffadff5Copy full SHA for ffadff5
.github/workflows/tfproviderlint.yml
@@ -27,4 +27,6 @@ jobs:
27
- uses: actions/[email protected]
28
- uses: bflad/tfproviderlint-github-action@master
29
with:
30
- args: -buildvcs=false ./...
+ args: ./...
31
+ env:
32
+ GOFLAGS: "-buildvcs=false"
0 commit comments