V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 86d857e242 - Show all commits
+1 -5
View File
@@ -18,16 +18,12 @@ jobs:
- uses: bufbuild/buf-setup-action@v1.47.2
- 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: npm init && npm install --save-dev @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
- run: npm init -y && npm install --save-dev @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
- run: buf --version
- run: pwd
- run: ls -aRl ./
- uses: actions/checkout@v4
with:
token: ${{ gitea.token }}
path: ./
- run: pwd
- run: ls -aRl ./
- run: buf generate
- run: |
if [ -n ${{ gitea.ref_name }} ]; then