Skip to content

Commit

Permalink
Add golangci-lint action to CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Omer Aplatony <[email protected]>
  • Loading branch information
omerap12 committed Dec 3, 2024
1 parent cd58f3f commit d612981
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
run: hack/verify-all.sh -v
env:
GO111MODULE: auto

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler
version: v1.60

- name: Test
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler
Expand Down

0 comments on commit d612981

Please sign in to comment.