We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
genbindings.sh
1 parent eaec5c5 commit 8548320Copy full SHA for 8548320
.github/workflows/build.yml
@@ -29,6 +29,10 @@ jobs:
29
uses: actions/checkout@v2
30
with:
31
fetch-depth: 0
32
+ - name: shellcheck the genbindings script
33
+ run: |
34
+ sudo apt-get -y install shellcheck
35
+ shellcheck -e SC2005,SC2002,SC2001 genbindings.sh
36
- name: Sanity test bindings against Cargo.toml RL
37
working-directory: lightning-c-bindings
38
run: |
0 commit comments