Skip to content

Commit

Permalink
Fix golangcli-lint issue (#1276)
Browse files Browse the repository at this point in the history
* fix golangcli-lint issue

Signed-off-by: Erkan Erol <eerol@redhat.com>

* add timeout to golangci-lint

Signed-off-by: Erkan Erol <eerol@redhat.com>
  • Loading branch information
Erkan Erol committed Apr 21, 2021
1 parent 46a24ea commit 031aa45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
skip-go-installation: true
skip-pkg-cache: true
args: --timeout=5m

- name: Verify we can actually build the operator
run: make build
Expand Down

0 comments on commit 031aa45

Please sign in to comment.