From 690843ba2433fd374dd622fe491c18ad6728e1d3 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Tue, 22 Mar 2022 09:53:46 -0300 Subject: [PATCH] chore: add emqx_modules to the CI format check --- scripts/check-format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-format.sh b/scripts/check-format.sh index dd0873ab8..1d13c6a1d 100755 --- a/scripts/check-format.sh +++ b/scripts/check-format.sh @@ -8,7 +8,7 @@ set -euo pipefail cd -P -- "$(dirname -- "$0")/.." APPS=() -APPS+=( 'apps/emqx' ) +APPS+=( 'apps/emqx' 'apps/emqx_modules' ) #APPS+=( 'lib-ee/emqx_license' )