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
Move `continue-on-error` from job to step level in the spelling check workflow. This ensures the job concludes with success status while keeping Vale findings visible in logs. Job-level `continue-on-error` keeps the overall run green but leaves the job's check run as failure, blocking required status checks. Updated comments to explain the reasoning.
0 commit comments