mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-13 14:39:06 +02:00
Merge pull request #6207 from lightningnetwork/ci-rpc-check
makefile: fail rpc-check after finding any changes
This commit is contained in:
commit
8d40c8904e
2
Makefile
2
Makefile
@ -280,7 +280,7 @@ rpc-format:
|
||||
rpc-check: rpc
|
||||
@$(call print, "Verifying protos.")
|
||||
cd ./lnrpc; ../scripts/check-rest-annotations.sh
|
||||
if test -n "$$(git describe --dirty | grep dirty)"; then echo "Protos not properly formatted or not compiled with v3.4.0"; git status; git diff; exit 1; fi
|
||||
if test -n "$$(git status --porcelain)"; then echo "Protos not properly formatted or not compiled with v3.4.0"; git status; git diff; exit 1; fi
|
||||
|
||||
rpc-js-compile:
|
||||
@$(call print, "Compiling JSON/WASM stubs.")
|
||||
|
@ -83,6 +83,9 @@
|
||||
allows code external to lnd to call the function, where previously it would
|
||||
require access to lnd's internals.
|
||||
|
||||
* [rpc-check fails if it finds any changes](https://github.com/lightningnetwork/lnd/pull/6207/)
|
||||
including new and deleted files.
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
|
||||
* 3nprob
|
||||
@ -96,6 +99,7 @@
|
||||
* ErikEk
|
||||
* henta
|
||||
* Joost Jager
|
||||
* Jordi Montes
|
||||
* LightningHelper
|
||||
* Liviu
|
||||
* mateuszmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user