-
-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Added ecosystem check #574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me fix no-this-alias
on main.
You may rebase from the main branch, I fixed the severity on |
…g to avoid incorrect error thrown by the linter
… speed up linting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's test this out and improve upon it. Thank you!
For issue #511
I have added an extra job to the existing Github Actions to ensure
oxclint
won't break real codebase.The new job will clone
microsoft/vscode
, buildoxlint
undertarget/debug/oxclint
, and runoxlint
against the vsCode repo.