Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 4, 2024
1 parent 197e36a commit e7a397b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:

- name: Set warning if previous step failed
if: failure()
run: echo "::warning::The previous step failed but we are continuing."
# run: echo "::warning::The previous step failed but we are continuing."
run: echo "::warning file=app.py,line=10,col=5::Code formatting issues detected"

0 comments on commit e7a397b

Please sign in to comment.