Skip to content

Commit

Permalink
Enable licensecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov authored and rgrunber committed Nov 20, 2023
1 parent 6bb363a commit 45aeb8d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.

name: License vetting status check

on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
issue_comment:
types: [created]

jobs:
call-license-check:
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: eclipse.jdt.ls
submodules: recursive
secrets:
gitlabAPIToken: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }}

1 comment on commit 45aeb8d

@akurtakov
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/request-license-review

Please sign in to comment.