chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 8aa875b1d6 - Show all commits
+4 -3
View File
@@ -22,10 +22,11 @@ jobs:
path: ./ path: ./
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest - run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest - run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- run: npm install --save @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf - run: npm install --save @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
- run: buf --version - run: buf --version
- run: ls -aRl ./ - run: |
- run: buf generate export PATH=$PATH:./node_modules/.bin
buf generate
- run: | - run: |
if [ -n ${{ gitea.ref_name }} ]; then if [ -n ${{ gitea.ref_name }} ]; then
mkdir .res mkdir .res