Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Add dash license check to CI pipeline #2

Add dash license check to CI pipeline

Add dash license check to CI pipeline #2

Workflow file for this run

# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
name: License vetting status check
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
issue_comment:
types: [created]
jobs:
call-license-check:
uses: HannesWell/dash-licenses/.github/workflows/mavenLicenseCheck.yml@fix233
with:
projectId: tools.orbit
secrets:
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}