-
Notifications
You must be signed in to change notification settings - Fork 46
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
#5681 Replace OSSAR with ESLint workflow #5735
#5681 Replace OSSAR with ESLint workflow #5735
Conversation
Thanks Roma - I'll check each comments and the apply necessary changes. |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Hi @sosnovsky this one is ready for review. thank you! |
By the way, Roma - do you know of any better and pleasing way to performing debugging in general. I don't like to my PRs populated with this commits info so I'd like to find a way to minize them as much as possible. Thank you for your advice! |
@sosnovsky Thank you for your help. I did my best to fix it, but you found a better way. I believe this one is ready to merge. |
Hi @martgil, do you mean debugging of github actions? You can run the same commands locally, but some steps will still require pushing commits to github for testing how it works in remote environment. As for me, there is no issue with a large number of commits, as on the merge it'll still be just 1 commit. |
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.
Works well now 👍
Thank you, Roma, for your guidance. |
This PR replaces OSSAR GitHub action with ESLint with the goal of running straight-forward ESLint test.
close #5681
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):