Skip to content

Commit

Permalink
error lint
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Jan 7, 2025
1 parent 04ddfdc commit 1c2678a
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 @@ -23,12 +23,14 @@ jobs:
with:
go-version-file: go.mod

- name: Verify
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63.3
skip-pkg-cache: true
skip-build-cache: true

- name: Verify
run: |
make verify-replace-run
Expand Down

0 comments on commit 1c2678a

Please sign in to comment.