Skip to content

Commit

Permalink
fix ci-lint-file to use make new-proto command
Browse files Browse the repository at this point in the history
Signed-off-by: adityachopra29 <[email protected]>
  • Loading branch information
adityachopra29 committed Jan 16, 2025
1 parent 3a15999 commit cfe7532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: make new-proto && git diff --name-status --exit-code

0 comments on commit cfe7532

Please sign in to comment.