소스 검색

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

ci: concurrent spellcheck
Thales Macedo Garitezi 2 년 전
부모
커밋
0bfb483090
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/spellcheck/spellcheck.sh

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