mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Shorten the name of the licensing check (#1032)
This helps it fit in the UI space GitHub gives it Part of #1002
This commit is contained in:
parent
751b031f09
commit
2efeaae713
1 changed files with 2 additions and 2 deletions
4
.github/workflows/licensecheck.yml
vendored
4
.github/workflows/licensecheck.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
|
# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
|
||||||
|
|
||||||
name: License vetting status check
|
name: License check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -13,7 +13,7 @@ on:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-license-check:
|
call:
|
||||||
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
|
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
|
||||||
with:
|
with:
|
||||||
projectId: tools.cdt
|
projectId: tools.cdt
|
||||||
|
|
Loading…
Add table
Reference in a new issue