From d6a374e8276d8cee8b41ecb041185d9130261bf5 Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:13:52 -0300 Subject: [PATCH] chore(ci): Run shellcheck on Linux build scripts --- .github/workflows/linux.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6eecfeba..c76ef9de 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -39,6 +39,9 @@ jobs: with: submodules: recursive + - name: Run shellcheck on build script + run: shellcheck -- 'Dockerfiles/${{ matrix.build-script }}' + - name: Check if Dockerfile or build script has been modified id: docker_image run: | @@ -132,6 +135,9 @@ jobs: with: submodules: recursive + - name: Run shellcheck on build script + run: shellcheck -- 'Dockerfiles/${{ matrix.build-script }}' + - name: Check if Dockerfile or build script has been modified id: docker_image run: | @@ -223,6 +229,9 @@ jobs: with: submodules: recursive + - name: Run shellcheck on build script + run: shellcheck -- 'Dockerfiles/${{ matrix.build-script }}' + - name: Check if Dockerfile or build script has been modified id: docker_image run: |