-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
optimize: add license checker workflow #4911
Conversation
Signed-off-by: slievrly <slievrly@163.com>
Codecov Report
@@ Coverage Diff @@
## develop #4911 +/- ##
=============================================
- Coverage 49.20% 49.04% -0.16%
+ Complexity 4107 4088 -19
=============================================
Files 736 736
Lines 25786 25786
Branches 3180 3180
=============================================
- Hits 12687 12646 -41
- Misses 11756 11799 +43
+ Partials 1343 1341 -2
|
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
-------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------------- ERROR failed to identify the licenses of following packages (33): |
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly slievrly@163.com
Ⅰ. Describe what this PR did
add license checker workflow
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check
Ⅴ. Special notes for reviews