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 9c872f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
skip-pkg-cache: true
- name: Build binaries
run: make build
unit-tests:
Expand Down

0 comments on commit 9c872f5

Please sign in to comment.