Skip to content

Commit ddb5195

Browse files
authored
feature(ci): Add protobuf compatibility check (pt 1) (vectordotdev#18552)
* buf workspace config * remove ignore dir * add workflow * update action versions * correct repo * temporarily remove proto.yml * fmt
1 parent 95297b2 commit ddb5195

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

buf.work.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: v1
2+
directories:
3+
- proto
4+
- lib/vector-core/proto

lib/vector-core/proto/buf.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: v1
2+
breaking:
3+
use:
4+
- FILE
5+
lint:
6+
use:
7+
- DEFAULT

proto/buf.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: v1
2+
breaking:
3+
use:
4+
- FILE
5+
lint:
6+
use:
7+
- DEFAULT

0 commit comments

Comments
 (0)