Skip to content

Commit 1db5d87

Browse files
committed
ci: es-check and tsc are now part of tidy, don't run manually
1 parent 52ae02c commit 1db5d87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ci/docker/host-x86_64/pr-check-1/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,4 @@ ENV SCRIPT \
4848
python3 ../x.py check --set build.optimized-compiler-builtins=false core alloc std --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc && \
4949
/scripts/validate-toolstate.sh && \
5050
reuse --include-submodules lint && \
51-
python3 ../x.py test collect-license-metadata && \
52-
# Runs checks to ensure that there are no issues in our JS code.
53-
es-check es2019 ../src/librustdoc/html/static/js/*.js && \
54-
tsc --project ../src/librustdoc/html/static/js/tsconfig.json
51+
python3 ../x.py test collect-license-metadata

0 commit comments

Comments
 (0)