Skip to content

Commit

Permalink
fix: move Verify Thrift types ci lint
Browse files Browse the repository at this point in the history
Signed-off-by: nabil salah <[email protected]>
  • Loading branch information
Nabil-Salah committed Jan 27, 2025
1 parent d78c5e6 commit 3ee9556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
submodules: recursive

- name: Verify Protobuf types are up to date
run: make proto && git diff --name-status --exit-code
run: make proto && git diff --name-status --exit-code

- name: Verify Thrift types are up to date
run: make thrift && git diff --name-status --exit-code
2 changes: 0 additions & 2 deletions .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ jobs:
- name: Test code gen
run: make test-code-gen

- name: Verify Thrift types are up to date
run: make thrift && git diff --name-status --exit-code

0 comments on commit 3ee9556

Please sign in to comment.