Skip to content

Commit

Permalink
fix golangcli-lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Erkan Erol <eerol@redhat.com>
  • Loading branch information
Erkan Erol committed Apr 21, 2021
1 parent a15deb0 commit 8d10c6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:

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

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

0 comments on commit 8d10c6f

Please sign in to comment.