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
Currently, most code quality checks in code-quality.yml have continue-on-error: true, which means they don't actually fail the CI pipeline when issues are detected. This defeats the purpose of automated checks.