fix: fix github action to check untracked files (#19)

* fix: fix github action to check untracked files

* feat: generate database_grpc to support unary calls

* refactor: more brief
This commit is contained in:
Bohan Wu
2023-03-24 09:37:38 +08:00
committed by GitHub
parent eb760d2192
commit 9eaf95eb91
2 changed files with 179 additions and 1 deletions
+3 -1
View File
@@ -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