From cfe7532b3ac1fc0af213b77984702e66aea4db77 Mon Sep 17 00:00:00 2001 From: adityachopra29 Date: Thu, 16 Jan 2025 16:06:22 +0530 Subject: [PATCH] fix ci-lint-file to use make new-proto command Signed-off-by: adityachopra29 --- .github/workflows/ci-lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint-test.yml b/.github/workflows/ci-lint-test.yml index edbfd59..fe6f08e 100644 --- a/.github/workflows/ci-lint-test.yml +++ b/.github/workflows/ci-lint-test.yml @@ -32,4 +32,4 @@ jobs: go-version: 1.23.x - name: Verify Protobuf types are up to date - run: make proto && git diff --name-status --exit-code \ No newline at end of file + run: make new-proto && git diff --name-status --exit-code \ No newline at end of file