Skip to content

Commit

Permalink
Update Go CI workflow with consolidated linters binary
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed Jan 30, 2024
1 parent d920feb commit 68d8534
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ jobs:
skip-pkg-cache: true
- name: Custom Lint
run: |
go run ./linter/koanf ./...
go run ./linter/pointercheck ./...
go run ./linters ./...
- name: Set environment variables
run: |
Expand Down

0 comments on commit 68d8534

Please sign in to comment.