mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Added support for defining protos in chasm libs. ## Why? Keep everything local to the library. ## How did you test it? - [x] built - [x] run locally and tested manually
13 lines
178 B
YAML
13 lines
178 B
YAML
# buf rules for CHASM protos
|
|
version: v1
|
|
deps:
|
|
- buf.build/googleapis/googleapis
|
|
breaking:
|
|
use:
|
|
- WIRE
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
except:
|
|
- PACKAGE_DIRECTORY_MATCH
|