File tree Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 2222 path : src
2323 fetch-depth : 0
2424
25+ - name : Setup buf dependencies
26+ run : |
27+ cd src/proto
28+ buf mod update || buf dep update || true
29+
2530 - name : Yetus
26- uses : apache/yetus-test-patch-action@0.14 .1
31+ uses : apache/yetus-test-patch-action@0.15 .1
2732 with :
2833 basedir : ./src
2934 bufbasedir : ./src/proto
Original file line number Diff line number Diff line change 1+ # Generated by buf. DO NOT EDIT.
2+ version: v2
3+ deps:
4+ - name: buf.build/envoyproxy/protoc-gen-validate
5+ commit: daf171c6cdb54629b5f51e345a79e4dd
6+ digest: b5:c745e1521879f43740230b1df673d0729f55704efefdcfc489d4a0a2d40c92a26cacfeab62813403040a8b180142d53b398c7ca784a065e43823605ee49681de
Original file line number Diff line number Diff line change 1+ version : v2
2+ modules :
3+ - path : .
4+ deps :
5+ - buf.build/envoyproxy/protoc-gen-validate
6+ lint :
7+ use :
8+ - STANDARD
9+ except :
10+ - PACKAGE_DIRECTORY_MATCH
11+ - PACKAGE_VERSION_SUFFIX
12+ - FIELD_LOWER_SNAKE_CASE
13+ - ENUM_VALUE_UPPER_SNAKE_CASE
14+ - ENUM_PASCAL_CASE
15+ - MESSAGE_PASCAL_CASE
16+ - ONEOF_LOWER_SNAKE_CASE
17+ - ENUM_ZERO_VALUE_SUFFIX
18+ - ENUM_VALUE_PREFIX
19+ - ENUM_NO_ALLOW_ALIAS
20+ breaking :
21+ use :
22+ - FILE
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ option java_package = "org.lfedge.eve.profile";
1717message LocalProfile {
1818 string local_profile = 1 ;
1919 string server_token = 2 ;
20+ string test = 3 ;
2021}
2122
2223// RadioStatus message is sent in the POST request to the api/v1/radio API.
You can’t perform that action at this time.
0 commit comments