Skip to content

Commit bdd47dd

Browse files
authored
chore: verbose print in CI
1 parent 33e8615 commit bdd47dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: matrix.os != 'windows-latest'
3535
run: |
3636
set +e
37-
if ! lintrunner --force-color --all-files --tee-json=lint.json; then
37+
if ! lintrunner -v --force-color --all-files --tee-json=lint.json; then
3838
echo ""
3939
echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`.\e[0m"
4040
exit 1

0 commit comments

Comments
 (0)