You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that this is due to some difference in the way linting commands are called in the lint and lint-fix workflows. We should investigate and fix this discrepancy.
An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-5816' has been created with the attempted changes. You can view the branch here. Manual intervention may be required.
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
The
lint-fix
workflow is aimed to fix linting errors in both the TypeScript frontend and Python backend.I applied this workflow to fix a Python backend error in this PR: #5783
However, the lint-fix workflow itself failed on TypeScript-related errors not related to Python: https://github.com/All-Hands-AI/OpenHands/actions/runs/12504900165/job/34887422935?pr=5783
(full log of errors below)
I suspect that this is due to some difference in the way linting commands are called in the
lint
andlint-fix
workflows. We should investigate and fix this discrepancy.OpenHands Installation
Docker command in README
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
The text was updated successfully, but these errors were encountered: