1
0
Fork 0
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:
Jonah Graham 2025-01-16 11:08:47 -05:00 committed by GitHub
parent 751b031f09
commit 2efeaae713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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