We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a94ee commit f9bb468Copy full SHA for f9bb468
.github/workflows/ci-lint.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
if [ -s mypy.log ]; then
35
echo "Mypy issues found. Generating report...";
36
- poetry run python scripts/mypy_report.py mypy.log;
+ cat mypy.log | poetry run python scripts/mypy_report.py
37
else
38
echo "No mypy issues found.";
39
fi
0 commit comments