Skip to content

Commit

Permalink
tests/provider: Ensure awsproviderlint source is dependency and lint …
Browse files Browse the repository at this point in the history
…checked

Reference: #14129
  • Loading branch information
bflad committed Jul 10, 2020
1 parent 97404f6 commit 2155583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
pull_request:
paths:
- awsproviderlint/** # go/analysis/analysistest requires vendoring
- go.mod
- go.sum
- vendor/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint
- run: golangci-lint run ./aws/...
- run: golangci-lint run ./awsproviderlint/...

goreleaser:
needs: [go_mod_download]
Expand Down

0 comments on commit 2155583

Please sign in to comment.