-
Notifications
You must be signed in to change notification settings - Fork 1
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
feature: Generate Dash License Report #6
Conversation
Closes: eclipse-kuksa#24 Signed-off-by: Andre Weber <andre.weber3@etas.com>
LGTM |
I feel part of this might use the shared action here https://github.com/eclipse-kuksa/kuksa-actions/tree/main/check-dash @erikbosch might advise |
.github/workflows/dash.yaml
Outdated
run: ./gradlew mergeDashFiles | ||
|
||
- name: Dash license check | ||
uses: ./.github/actions/check-dash |
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.
Check and see if you can use uses: eclipse-kuksa/kuksa-actions/check-dash@2
If so we do not need to add check-dash in this repo.
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.
Good find! We also need to align this on the SDK-side as well, because the SDK also stores it's own dash-action right now.
Replaced it as suggested.
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.
The more we can reuse the better.
Also check the PR here: eclipse-kuksa/kuksa-android-sdk#38 |
@SebastianSchildt @erikbosch As soon as you think this looks fine you can merge this. :) |
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.
Lgtm
Closes: #3