diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 47df18d6f17ab74fef491d8fcf97b87ce71ec3cf..7b12147b97835c4d5eddcc4706c970427b5d8f4e 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -20,8 +20,11 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 - - name: Install bats - run: apk add bats + - name: Install test utilities + run: apk add bats checkbashisms + + - name: Check Bashisms + run: checkbashisms ./install.sh - name: Run script unit tests run: ./ci/dev/test-scripts.sh