Loading test.sh +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ done echo ">>> Testing CSPELL..." docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex" docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest-multi-arch -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex" if [[ $? != 0 ]]; then Loading Loading
test.sh +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ done echo ">>> Testing CSPELL..." docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex" docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest-multi-arch -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex" if [[ $? != 0 ]]; then Loading