Skip to content

Commit

Permalink
Updated golang linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jm20122012 committed Jul 3, 2024
1 parent 27606c3 commit b83fa0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
go-version: '1.22.4'

- name: Run golangci-lint
run: golangci-lint run
run: |
cd controller
golangci-lint run --timeout=5m

0 comments on commit b83fa0a

Please sign in to comment.