🔧 Make ruff CI job portable across Forgejo and GitHub #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/ruff-portable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
astral-sh/ruff-actionisn't mirrored ondata.forgejo.org. Thehttps://github.com/...URL form that fixes this on Forgejo is rejected by GitHub Actions (Unable to resolve action https:/github.com).pip install ruff==0.15.11directly inside thenikolaik/python-nodejs:python3.12-nodejs20container (same image used by the pytest and mypy jobs). Same tool, same version pin, works on both runners.Test plan
ruff check .passes locally onmain-with-this-change.