From e99ff4520e297c7555516004249e14fa7dd97750 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Thu, 25 Apr 2024 15:05:56 +0200 Subject: [PATCH] Have `shellcheck` check all scripts in `ci` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e84cfa174..7e0a0c579 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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" -- 2.39.5