From 1c2678a3a6c716d435637a5c9513cfb69ee98582 Mon Sep 17 00:00:00 2001 From: Feny Mehta Date: Tue, 7 Jan 2025 19:11:05 +0530 Subject: [PATCH] error lint Signed-off-by: Feny Mehta --- .github/workflows/verify-dependencies.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify-dependencies.yml b/.github/workflows/verify-dependencies.yml index 36887c35..45e284cf 100644 --- a/.github/workflows/verify-dependencies.yml +++ b/.github/workflows/verify-dependencies.yml @@ -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