From afbbd175561ddbc82bb7a3a387624a73093e5797 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Tue, 26 Mar 2024 10:04:31 -0300 Subject: [PATCH] ci: concurrent spellcheck --- scripts/spellcheck/spellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/spellcheck/spellcheck.sh b/scripts/spellcheck/spellcheck.sh index 89a4399bb..920fb6453 100755 --- a/scripts/spellcheck/spellcheck.sh +++ b/scripts/spellcheck/spellcheck.sh @@ -29,7 +29,7 @@ set +e docker run --rm -i ${DOCKER_TERMINAL_OPT} --name spellcheck \ -v "${PROJ_ROOT}"/scripts/spellcheck/dicts:/dicts \ -v "$SCHEMA":/schema.json \ - ghcr.io/emqx/emqx-schema-validate:0.4.0 /schema.json + ghcr.io/emqx/emqx-schema-validate:0.5.0 -j 10 /schema.json result="$?"