Skip to content

Commit

Permalink
fix: fix github action to check untracked files (#19)
Browse files Browse the repository at this point in the history
* fix: fix github action to check untracked files

* feat: generate database_grpc to support unary calls

* refactor: more brief
  • Loading branch information
vinland-avalon authored Mar 24, 2023
1 parent eb760d2 commit 9eaf95e
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Check Go protbuf generation
run: |
make go
git diff --exit-code
test $(git status --porcelain=v1 | wc -l) -eq 0 || (echo "Fail: generated go protobuf in github action is different from pushed ones" ; exit 1)
fmt:
name: Rustfmt
Expand Down
176 changes: 176 additions & 0 deletions go/greptime/v1/database_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9eaf95e

Please sign in to comment.