From 55053df9b412e904a3d0c1e6170aa4f5798430d9 Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:57:53 -0500 Subject: [PATCH] [BRE-1437] Testing shellcheck on BW lite scripts --- .github/workflows/build-bitwarden-lite.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build-bitwarden-lite.yml b/.github/workflows/build-bitwarden-lite.yml index f49df73b..d986dd5d 100644 --- a/.github/workflows/build-bitwarden-lite.yml +++ b/.github/workflows/build-bitwarden-lite.yml @@ -263,3 +263,16 @@ jobs: - name: Log out of GHCR run: docker logout ghcr.io + + test: + name: Run Tests + runs-on: ubuntu-24.04 + steps: + - name: Checkout Repository + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + with: + ref: ${{ inputs.self_host_repo_ref || github.ref }} + persist-credentials: false + + - name: Run shellcheck + run: shellcheck bitwarden-lite/*.sh