-
Notifications
You must be signed in to change notification settings - Fork 44
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/CD] Add eslint workflow #316
Conversation
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
@RyanL1997 Also, styleLint step in test and build workflows are failing: |
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #316 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 5 5
Lines 152 152
Branches 45 45
=======================================
Hits 144 144
Misses 8 8 ☔ View full report in Codecov by Sentry. |
@ps48 . Good Catch. I have added the |
* Add eslint workflow Signed-off-by: Ryan Liang <[email protected]> * Correct the plugin name Signed-off-by: Ryan Liang <[email protected]> * Correct the plugin name2 Signed-off-by: Ryan Liang <[email protected]> * change the linting running dir Signed-off-by: Ryan Liang <[email protected]> * Fix some comments Signed-off-by: Ryan Liang <[email protected]> * Add stylelint back Signed-off-by: Ryan Liang <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit 09ef7f9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add eslint workflow Signed-off-by: Ryan Liang <[email protected]> * Correct the plugin name Signed-off-by: Ryan Liang <[email protected]> * Correct the plugin name2 Signed-off-by: Ryan Liang <[email protected]> * change the linting running dir Signed-off-by: Ryan Liang <[email protected]> * Fix some comments Signed-off-by: Ryan Liang <[email protected]> * Add stylelint back Signed-off-by: Ryan Liang <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]>
Description
Add eslint workflow
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.