Skip to content

Commit

Permalink
fix: golanglint-ci (#1369)
Browse files Browse the repository at this point in the history
* fix: golanglint-ci

golangci/golangci-lint-action#677

* Update cli-ci.yml

* Update provider-ci.yml

* Update shared-ci.yml
  • Loading branch information
jakeyheath committed Mar 15, 2023
1 parent 55db2ec commit 0e52b00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout 10m0s
skip-go-installation: true
skip-pkg-cache: true
working-directory: api

test-api:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
args: --timeout 10m0s
skip-go-installation: true
working-directory: cli
skip-pkg-cache: true

test-cli:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
args: --timeout 10m0s
skip-go-installation: true
working-directory: terraform/provider
skip-pkg-cache: true

test-provider:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
args: --timeout 10m0s
skip-go-installation: true
working-directory: shared
skip-pkg-cache: true

test-shared:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e52b00

Please sign in to comment.