diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08a6e4380..2cfc7a20b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,14 @@ jobs: - uses: actions/checkout@v2 + - name: Test shell scripts + if: matrix.otp == 24 + run: | + shellcheck test/ejabberd_SUITE_data/gencerts.sh + shellcheck tools/captcha.sh + shellcheck ejabberd.init.template + shellcheck ejabberdctl.template + - name: Get previous Erlang/OTP uses: ErlGang/setup-erlang@master if: matrix.otp != 24