Skip to content

Commit 884e901

Browse files
authored
lintrunner init can fail, don't suppress stderr (#11667)
Seeing it fail currently on https://github.com/pytorch/executorch/actions/runs/15647163870/job/44086495890?pr=11664 (and main) and cannot debug; let's not have this happen again.
1 parent 289acbd commit 884e901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
4848
# This has already been cached in the docker image
49-
lintrunner init 2> /dev/null
49+
lintrunner init
5050
5151
RC=0
5252
# Run lintrunner on all files

0 commit comments

Comments
 (0)