Skip to content

Commit 8548320

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)