Skip to content

Commit

Permalink
.github/workflows: Fix linter un-tar error
Browse files Browse the repository at this point in the history
This commit fixes CI linter errors mentioned in:
golangci/golangci-lint-action#135

Signed-off-by: Or Ozeri <oro@il.ibm.com>
  • Loading branch information
orozery committed Oct 10, 2023
1 parent 3a6bc23 commit 3f00309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-check.yml
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
skip-go-installation: true
skip-pkg-cache: true
- name: Build binaries
run: make build
unit-tests:
Expand Down

0 comments on commit 3f00309

Please sign in to comment.