-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch out
grpc
for @grpc/grpc-js
+ generated ts types
- Loading branch information
Showing
513 changed files
with
17,700 additions
and
1,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Update proto files | ||
on: | ||
schedule: | ||
- cron: "0 0 1 * *" | ||
- cron: '0 0 1 * *' | ||
|
||
jobs: | ||
update_proto: | ||
|
@@ -19,8 +19,14 @@ jobs: | |
run: | | ||
find lnd/lnrpc -name '*.proto' -exec bash -c 'test -e proto/`basename {}` && cp {} proto' \; | ||
sed -i 's/^import.*\//import "/' proto/* | ||
git add proto | ||
- name: update generated types | ||
run: | | ||
bash grpc_gen_types.sh | ||
git add src/grpc/types | ||
- name: commit changes | ||
run: | | ||
git config user.name 'Github Actions' | ||
git config user.email [email protected] | ||
git add proto | ||
git commit -m "Update proto files" || echo -n | ||
git commit -m 'Update proto files and types' || echo -n | ||
git push |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.