Skip to content

Commit 60afc3e

Browse files
committed
lintrunner init can fail, don't suppress stderr
Seeing it fail currently on https://github.com/pytorch/executorch/actions/runs/15647163870/job/44086495890?pr=11664 and cannot debug; let's not have this happen again. ghstack-source-id: 4bb8d55 ghstack-comment-id: 2972215465 Pull-Request-resolved: #11667
1 parent 8cfa858 commit 60afc3e

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)