Skip to content

Commit

Permalink
update lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Sep 20, 2024
1 parent d881195 commit 624c704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/[email protected]
run: make prereqs

- name: Go Lint
run: make lint
Expand Down

0 comments on commit 624c704

Please sign in to comment.