Skip to content

Commit

Permalink
ci: fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmoraes committed Mar 4, 2024
1 parent 3840d69 commit e6e8894
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration.yml
Expand Up @@ -181,6 +181,16 @@ jobs:
${{ runner.os }}-lint-${{ hashFiles('.golangci.yaml') }}
${{ runner.os }}-lint-
- name: setup golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
install-mode: goinstall
args: --version
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true

- name: lint code
run: make lint-report
env:
Expand Down

0 comments on commit e6e8894

Please sign in to comment.