Test shell scripts in CI (#3738)

This commit is contained in:
Badlop 2021-12-22 17:52:54 +01:00
parent 84d23e60d1
commit 694d80b7fa
1 changed files with 8 additions and 0 deletions

View File

@ -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