]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Have `shellcheck` check all scripts in `contrib`
authorElias Rohrer <dev@tnull.de>
Mon, 12 Aug 2024 08:41:51 +0000 (10:41 +0200)
committerElias Rohrer <dev@tnull.de>
Tue, 13 Aug 2024 06:50:30 +0000 (08:50 +0200)
.github/workflows/build.yml

index 7e0a0c579771ddc353dc6cd8c63d59c308e02563..e887194fcbd5d58c5fd337303775e0b50fc7efb3 100644 (file)
@@ -32,11 +32,12 @@ jobs:
         run: |
           rustup target add thumbv7m-none-eabi
           sudo apt-get -y install gcc-arm-none-eabi
-      - name: shellcheck the CI script
+      - name: shellcheck the CI and `contrib` scripts
         if: "matrix.platform == 'ubuntu-latest'"
         run: |
           sudo apt-get -y install shellcheck
           shellcheck ci/*.sh -aP ci
+          shellcheck contrib/*.sh -aP contrib
       - name: Set RUSTFLAGS to deny warnings
         if: "matrix.toolchain == '1.63.0'"
         run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"