Skip to content

Commit

Permalink
adding lint for each folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Badal Kumar Prusty authored and Badal Kumar Prusty committed Oct 14, 2024
1 parent a43f8d7 commit e9885a2
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,43 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
- name: golangci-lint-authenticator
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true
working-directory: authenticator
- name: golangci-lint-chart-sync
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true
working-directory: chart-sync
- name: golangci-lint-common-lib
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true
working-directory: common-lib
- name: golangci-lint-git-sensor
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true
working-directory: git-sensor
- name: golangci-lint-kubelink
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true
working-directory: kubelink
- name: golangci-lint-kubewatch
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true
working-directory: kubewatch
- name: golangci-lint-lens
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
Expand Down

0 comments on commit e9885a2

Please sign in to comment.