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
This enhances the coding_style job to provide inline pull request
comments for formatting violations using reviewdog. Workflow behavior:
- On push: Only runs check-format.sh (strict validation)
- On PR: Runs reviewdog (inline suggestions) +
check-format.sh (validation)
Benefits:
- Developers see exact formatting issues inline in PR
- Faster iteration on style fixes
- Non-blocking suggestions with blocking validation
0 commit comments