summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 08a6e438..2cfc7a20 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