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 2325afaaf0 - Show all commits
+2
View File
@@ -20,10 +20,12 @@ jobs:
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- run: npm install --save-dev @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
- run: buf --version
- run: pwd
- uses: actions/checkout@v4
with:
token: ${{ gitea.token }}
path: ./
- run: pwd
- run: ls node_modules
- run: buf generate
- run: |