Skip to content

Commit f9bb468

Browse files
committed
fix report
1 parent 87a94ee commit f9bb468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
if [ -s mypy.log ]; then
3535
echo "Mypy issues found. Generating report...";
36-
poetry run python scripts/mypy_report.py mypy.log;
36+
cat mypy.log | poetry run python scripts/mypy_report.py
3737
else
3838
echo "No mypy issues found.";
3939
fi

0 commit comments

Comments
 (0)