aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-12-22 17:52:54 +0100
committerBadlop <badlop@process-one.net>2021-12-23 13:57:14 +0100
commit694d80b7fa044abf3ddc47829130fcec0bb23fac (patch)
tree0284e24e4cf720af441f764fa76065f00659c95d /.github/workflows/ci.yml
parentIn POSIX sh, RANDOM is undefined: use always the other method (diff)
Test shell scripts in CI (#3738)
Diffstat (limited to '.github/workflows/ci.yml')
-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 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