summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-12-23 12:11:30 +0100
committerBadlop <badlop@process-one.net>2021-12-23 13:57:16 +0100
commite2b7717dd9897bbcda29b270195cd7a36eb295cf (patch)
tree375929d8941ab21292bf9eed7068ff158e69adce /.github
parentTest shell scripts in CI (#3738) (diff)
Workaround to support ShellCheck older than 0.8.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2cfc7a20..8b5a9c69 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
shellcheck test/ejabberd_SUITE_data/gencerts.sh
shellcheck tools/captcha.sh
shellcheck ejabberd.init.template
- shellcheck ejabberdctl.template
+ shellcheck -x ejabberdctl.template
- name: Get previous Erlang/OTP
uses: ErlGang/setup-erlang@master