mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 14:46:41 +00:00
15 lines
335 B
YAML
15 lines
335 B
YAML
version: v1
|
|
managed:
|
|
enabled: true
|
|
go_package_prefix:
|
|
default: libre.sh
|
|
plugins:
|
|
- plugin: buf.build/protocolbuffers/go
|
|
out: gen
|
|
opt: paths=source_relative
|
|
- plugin: buf.build/grpc/go
|
|
out: gen
|
|
opt: paths=source_relative
|
|
- plugin: buf.build/community/pseudomuto-doc
|
|
out: docs
|
|
opt: markdown,docs.md
|