mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +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.
|
||||
|
||||
name: License vetting status check
|
||||
name: License check
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -13,7 +13,7 @@ on:
|
|||
types: [created]
|
||||
|
||||
jobs:
|
||||
call-license-check:
|
||||
call:
|
||||
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
|
||||
with:
|
||||
projectId: tools.cdt
|
||||
|
|
Loading…
Add table
Reference in a new issue