small fixes, cleanup and test out github actions

This commit is contained in:
d34dscene
2025-11-12 17:24:59 +01:00
parent 1454b0a15c
commit 8aac457cd8
96 changed files with 18730 additions and 16888 deletions

View File

@@ -1,4 +1,5 @@
version: v2
clean: true
managed:
enabled: true
override:
@@ -19,12 +20,14 @@ plugins:
opt: target=ts
include_imports: true
- local: protoc-gen-connect-openapi
out: proto/gen/openapi
out: server/internal/api/server/openapi
strategy: all
opt:
- features=connectrpc;google.api.http;protovalidate
- allow-get
- with-streaming
- path=openapi.yaml
- base=proto/base.yaml
- format=json
- path=openapi.json
- base=openapi.yaml
inputs:
- directory: proto