diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86c394f..83a917a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,12 @@ jobs: # to be missing after the checkout run: | apt-get -qq -y update - apt-get -qq -y install git + apt-get -qq -y install git shellcheck git init . + - name: Lint with Shellcheck + run: | + shellcheck tests/*.sh + shellcheck scripts/*.sh - name: Install dependencies run: | python -m pip install --upgrade --no-cache-dir pip setuptools wheel