Merge pull request #12788 from thalesmg/ci-concurrent-spellcheck-m-20240326

ci: concurrent spellcheck
This commit is contained in:
Thales Macedo Garitezi 2024-03-26 13:14:05 -03:00 committed by GitHub
commit 0bfb483090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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="$?"