File tree Expand file tree Collapse file tree 6 files changed +299
-95
lines changed
packages/api/weshnet/google/protobuf Expand file tree Collapse file tree 6 files changed +299
-95
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - uses : bufbuild/buf-setup-action@v1.31 .0
16+ - uses : bufbuild/buf-setup-action@v1.49 .0
1717 with :
18- version : 1.31 .0
18+ version : 1.49 .0
1919 github_token : ${{ secrets.GITHUB_TOKEN }}
2020
2121 - name : Buf lint
Original file line number Diff line number Diff line change 2424
2525 - uses : dtolnay/rust-toolchain@stable
2626
27- - uses : bufbuild/buf-setup-action@v1.31 .0
27+ - uses : bufbuild/buf-setup-action@v1.49 .0
2828 with :
29- version : 1.31 .0
29+ version : 1.49 .0
3030 github_token : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Install node modules
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ generate: generate.protobuf generate.graphql generate.contracts-clients generate
6565generate.protobuf : node_modules packages/api/weshnet
6666 go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
6767 go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
68- buf generate api
68+ buf generate
6969
7070.PHONY : packages/api/weshnet
7171packages/api/weshnet : node_modules
@@ -89,8 +89,8 @@ lint: lint.buf lint.js lint.rust
8989
9090.PHONY : lint.buf
9191lint.buf :
92- buf lint api
93- buf breaking --against ' https://github.com/TERITORI/teritori-dapp.git#branch=main' --path api
92+ buf lint
93+ buf breaking --against ' https://github.com/TERITORI/teritori-dapp.git#branch=main'
9494
9595.PHONY : lint.js
9696lint.js : node_modules
Original file line number Diff line number Diff line change 11# Generated by buf. DO NOT EDIT.
2- version: v1
2+ version: v2
33deps:
4- - remote: buf.build
5- owner: berty
6- repository: weshnet
4+ - name: buf.build/berty/weshnet
75 commit: a01c754f0f5441d4b4400796c7d170a2
8- digest: shake256:6ddef4e53054f1203f5db37af95de583811bc9a03adadba1db39e444ccacf2d80e3cbb0bf062cef4264d7c05b1ab24775d79a7561faada41584d560c8ea9f2ad
9- - remote: buf.build
10- owner: gogo
11- repository: protobuf
6+ digest: b5:a86e409a453dabfa6c163ec30a0d7f9320de032f81b31bfbb988999ca0fecc2fb27f9b3b834ad4f1c3111bf4c50d3307bd22f51d528e8b08dd6dea9f43e21b5e
7+ - name: buf.build/gogo/protobuf
128 commit: 5461a3dfa9d941da82028ab185dc2a0e
13- digest: shake256:37c7c75224982038cb1abf45b481ef06716c1f806ffaa162018d0df092bd11a2a9b62c2d0dc0a2ae43beff86b6014fc0eb8c594ffd84d52ade4b08fca901eadc
9+ digest: b5:8e9cf66be25ae4fac7fe0867742f41d008491cf1e0f49c488b42ce2fadb663970d4179472f8835dd58a61448464ba0ad9c2d19f464553f86ed137d9f59ec5dff
Original file line number Diff line number Diff line change 1- version : v1
1+ version : v2
2+ modules :
3+ - path : api
24breaking :
35 use :
46 - FILE
You can’t perform that action at this time.
0 commit comments