ci: concurrent spellcheck

This commit is contained in:
Thales Macedo Garitezi 2024-03-26 10:04:31 -03:00
parent cc37030265
commit afbbd17556
1 changed files with 1 additions and 1 deletions

View File

@ -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="$?"