Skip to content

Avoid authorship with nicknames in JavaDoc #106

Avoid authorship with nicknames in JavaDoc

Avoid authorship with nicknames in JavaDoc #106

# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
name: License vetting status check
on:
push:
branches:
- 'develop'
paths:
- '**/*.target'
pull_request:
branches:
- 'develop'
paths:
- '**/*.target'
issue_comment:
types: [created]
jobs:
call-license-check:
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: science.chemclipse
javaVersion: 21
workingDirectory: chemclipse
secrets:
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}
permissions:
pull-requests: write