Skip to content

Commit

Permalink
Update go lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Dec 8, 2023
1 parent f5f8a17 commit bd4f663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches:
- main
paths:
- 'kubernetes/*.go'
- '**/*.go'
- '**/go.mod'

jobs:
golang_linter:
Expand Down

0 comments on commit bd4f663

Please sign in to comment.