-
Notifications
You must be signed in to change notification settings - Fork 7
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
build: Introduce license check [TSI-2536] #621
Conversation
jablan
commented
Jun 5, 2024
- Introduces license check using lawa tool
- Adds LICENSES file for rapidoc
.github/workflows/lawa.yml
Outdated
@@ -0,0 +1,18 @@ | |||
name: License Check | |||
on: |
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.
Wouldn't just push
work as well? Now we're running in on master commits and pull_request
but I think that would be the same as running it on every 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.
lol, I copied that part from https://github.com/phrase/phrase/blob/master/.github/workflows/licenses.yml#L2-L8
but I guess you're right, I'll update it.