We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cdaee commit 587369bCopy full SHA for 587369b
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -63,6 +63,7 @@ ENV SCRIPT \
63
/scripts/validate-toolstate.sh && \
64
/scripts/validate-error-codes.sh && \
65
reuse --include-submodules lint && \
66
+ python3 ../x.py test collect-license-metadata && \
67
# Runs checks to ensure that there are no issues in our JS code.
68
es-check es2019 ../src/librustdoc/html/static/js/*.js && \
69
eslint -c ../src/librustdoc/html/static/.eslintrc.js ../src/librustdoc/html/static/js/*.js && \
0 commit comments