Skip to content

Commit

Permalink
install lint
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Dec 24, 2024
1 parent 2e2d395 commit d552244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
with:
go-version-file: go.mod

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

- name: Verify
uses: golangci/golangci-lint-action@v6
run: |
make verify-replace-run

0 comments on commit d552244

Please sign in to comment.