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 168b1c6 commit d83d0a9Copy full SHA for d83d0a9
1 file changed
.github/workflows/ci-linter.yaml
@@ -38,5 +38,8 @@ jobs:
38
cache: true
39
cache-dependency-path: |
40
go.sum
41
- tools/tfproviderlint/go.sum
42
- - run: make test-tools
+ tools/tfproviderlint/**/*.sum
+ - name: Test Custom Linters
43
+ run: make test-tools --always-make
44
+ env:
45
+ MAKEFLAGS: '--debug=v'
0 commit comments