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 2a36243Copy full SHA for 2a36243
.github/workflows/build.yml
@@ -29,6 +29,11 @@ jobs:
29
uses: actions/checkout@v2
30
with:
31
fetch-depth: 0
32
+ - name: shellcheck the genbindings script
33
+ if: "matrix.distro == 'debian:bookworm'"
34
+ run: |
35
+ apt-get -y install shellcheck
36
+ shellcheck -e SC2005,SC2002,SC2001 genbindings.sh
37
- name: Sanity test bindings against Cargo.toml RL
38
working-directory: lightning-c-bindings
39
run: |
0 commit comments