Skip to content

Commit 587369b

Browse files
Run the license-metadata check in CI.
This will tell you if license-metadata.json is out of date.
1 parent 03cdaee commit 587369b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/mingw-check/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ENV SCRIPT \
6363
/scripts/validate-toolstate.sh && \
6464
/scripts/validate-error-codes.sh && \
6565
reuse --include-submodules lint && \
66+
python3 ../x.py test collect-license-metadata && \
6667
# Runs checks to ensure that there are no issues in our JS code.
6768
es-check es2019 ../src/librustdoc/html/static/js/*.js && \
6869
eslint -c ../src/librustdoc/html/static/.eslintrc.js ../src/librustdoc/html/static/js/*.js && \

0 commit comments

Comments
 (0)