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
Is your feature request related to a problem? Please describe.
CI builds can issue warnings/errors with filenames and line numbers - make use of that fir things like code lint as it makes a nice annotation on the action result rather than needing to trawl through the logs.
Is your feature request related to a problem? Please describe.
CI builds can issue warnings/errors with filenames and line numbers - make use of that fir things like code lint as it makes a nice annotation on the action result rather than needing to trawl through the logs.
https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-a-warning-message
::error file={name},line={line},col={col}::{message}
and
::warning file={name},line={line},col={col}::{message}
The text was updated successfully, but these errors were encountered: