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
Fix API stability check workflow to install griffe and improve reporting
The griffe command was failing silently because griffe was not installed.
This commit fixes the workflow to properly install griffe and improves
error reporting.
Changes:
- Add explicit griffe installation step
- Add continue-on-error to capture exit codes
- Consolidate reporting into single step with if: always()
- Handle three states: success, warning (breaking changes), and failure
- Capture and report exit codes for better debugging
- Add proper GitHub notices, warnings, and summaries for all states
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments