Skip to content

Commit

Permalink
Add dash license check workflow. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored Nov 10, 2023
1 parent 4d6c9ee commit a21a5a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dash-license-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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: technology.cbi
secrets:
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}

0 comments on commit a21a5a4

Please sign in to comment.