Skip to content

Commit aee50cc

Browse files
committed
don't waste time doing another lintrunner init
[ghstack-poisoned]
1 parent cd18132 commit aee50cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
cp -r "${CACHE_DIRECTORY}" . || true
4646
fi
4747
48-
# This has already been cached in the docker image
49-
lintrunner init
50-
5148
RC=0
5249
# Run lintrunner on all files
5350
if ! lintrunner --force-color --all-files --take MYPY --tee-json=lint.json 2> /dev/null; then
@@ -94,9 +91,6 @@ jobs:
9491
cp -r "${CACHE_DIRECTORY}" . || true
9592
fi
9693
97-
# This has already been cached in the docker image
98-
lintrunner init
99-
10094
RC=0
10195
# Run lintrunner on all files
10296
if ! lintrunner --force-color --all-files --skip MYPY --tee-json=lint.json 2> /dev/null; then

0 commit comments

Comments
 (0)