chore: add emqx_modules to the CI format check
This commit is contained in:
parent
203876870e
commit
690843ba24
|
@ -8,7 +8,7 @@ set -euo pipefail
|
||||||
cd -P -- "$(dirname -- "$0")/.."
|
cd -P -- "$(dirname -- "$0")/.."
|
||||||
|
|
||||||
APPS=()
|
APPS=()
|
||||||
APPS+=( 'apps/emqx' )
|
APPS+=( 'apps/emqx' 'apps/emqx_modules' )
|
||||||
|
|
||||||
#APPS+=( 'lib-ee/emqx_license' )
|
#APPS+=( 'lib-ee/emqx_license' )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue