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
So i have raised a pr with lint issues like multiline and type check. When this flag only-new-issues is added, its not checking the linting errors which are introduced. When removed this flag, the lint error is being caught
Here is my github action file
i don't think only-new-issues works with pushes; only pull requests as it cannot compare only the change introduced in the PR. i generally only run golanglint-ci on the pull_request event to handle this.
So i have raised a pr with lint issues like multiline and type check. When this flag
only-new-issues
is added, its not checking the linting errors which are introduced. When removed this flag, the lint error is being caughtHere is my github action file
The text was updated successfully, but these errors were encountered: