]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Have `shellcheck` check all scripts in `ci`
authorElias Rohrer <dev@tnull.de>
Thu, 25 Apr 2024 13:05:56 +0000 (15:05 +0200)
committerElias Rohrer <dev@tnull.de>
Tue, 13 Aug 2024 06:50:30 +0000 (08:50 +0200)
.github/workflows/build.yml

index e84cfa174f354da3a76a4c3ddfaae2848b13ca17..7e0a0c579771ddc353dc6cd8c63d59c308e02563 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         if: "matrix.platform == 'ubuntu-latest'"
         run: |
           sudo apt-get -y install shellcheck
-          shellcheck ci/ci-tests.sh
+          shellcheck ci/*.sh -aP ci
       - name: Set RUSTFLAGS to deny warnings
         if: "matrix.toolchain == '1.63.0'"
         run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"