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
Ran the linter action on an openapi spec with a the text of a git merge conflict committed and it was stuck continuously running, eventually hitting GitHub action rate limit
Context
Linter costing money to run private actions + producing false positives
Current Behavior
Linter fails on invalid files
Expected Behavior
Linter should fail fast on invalid files
Steps to Reproduce
Use the attached global.yml spec file which has a Git unresolved merge conflict in it.
Run a Spec Validate action on it
Job summary shows it succeeded with green checkmark, but actual result is an error:
/!\ issues detected
Error: You have exceeded a secondary rate limit. Please wait a few minutes before you try again.
Ran the linter action on an openapi spec with a the text of a git merge conflict committed and it was stuck continuously running, eventually hitting GitHub action rate limit
Context
Linter costing money to run private actions + producing false positives
Current Behavior
Linter fails on invalid files
Expected Behavior
Linter should fail fast on invalid files
Steps to Reproduce
Environment
stoplightio/[email protected]
ubuntu-latest
spec-and-logs.zip
The text was updated successfully, but these errors were encountered: