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 also impacts the exit status, i.e. if you have 0 errors and a non-zero amount of warnings, the exit status will be 1 even using --level error (but only in GitHub workflows, or rather when GITHUB_ACTIONS is truthy). This made it pretty hard to figure out why my new workflow was failing only in CI 😵