lightningdevkit / ldk-c-bindings

Main LDK C Bindings on which other bindings are built
Other
13 stars 14 forks source link

Add shellcheck to CI and a progress bar for `sed`'ing in `genbindings.sh` #127

Open tnull opened 4 months ago

tnull commented 4 months ago

As running the C++ sed step is insanely slow, we print a simple progress bar to allow checking if progress is made.

We also run shellcheck on genbindings.sh and enforce it in CI.