-
Notifications
You must be signed in to change notification settings - Fork 639
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
[ISSUE #582] Add jdk11 compile/test in ci #617
Conversation
da796b8
to
48347ca
Compare
LGTM |
.github/workflows/ci.yml
Outdated
@@ -64,7 +64,10 @@ jobs: | |||
|
|||
- name: Build | |||
# skip check here, since we use Checkstyle task to check the added file |
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.
Yes, We don't use the default check task, since in the current project there are some old code doesn't meet the checkstyle rule. And use a single task to check the changed files.
Has changed the comments here, please review again.
48347ca
to
66d7dbe
Compare
license-check: | ||
name: License Check | ||
license-header-check: | ||
name: License header Check |
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.
Would you like to help to change the uses repo to main, like here, https://github.com/marketplace/actions/license-eye
[ISSUE #582] Add jdk11 compile/test in ci
close #582, #422