Skip to content

Commit e0bf317

Browse files
committed
Add make tf-provider-lint to CI workflow
Remove `make lintcheck` as it's run together with `make build` already Signed-off-by: Timo Sand <[email protected]>
1 parent 3e4c4a9 commit e0bf317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version-file: go.mod
3535
cache: true
3636
- run: make tools
37-
- run: make lintcheck
37+
- run: make tf-provider-lint
3838
- run: make website-lint
3939
- run: make build
4040
- run: make test

0 commit comments

Comments
 (0)