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
refactor: eliminate ruff duplication in GitHub Actions workflows
- Add workflow_call trigger to ruff.yml to make it reusable
- Make release.yml depend on both test.yml and ruff.yml workflows
- Remove duplicate ruff check and format steps from release.yml
- Improves maintainability by centralizing linting logic in one place
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments