Skip to content

Commit 2a36243

Browse files
committed
Shellcheck genbindings.sh in CI
1 parent eaec5c5 commit 2a36243

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
uses: actions/checkout@v2
3030
with:
3131
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
3237
- name: Sanity test bindings against Cargo.toml RL
3338
working-directory: lightning-c-bindings
3439
run: |

0 commit comments

Comments
 (0)