Skip to content

Commit a453c77

Browse files
committed
Shorten the name of the licensing check
This helps it fit in the UI space GitHub gives it Part of #1002
1 parent 751b031 commit a453c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/licensecheck.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
22

3-
name: License vetting status check
3+
name: License check
44

55
on:
66
push:
@@ -13,7 +13,7 @@ on:
1313
types: [created]
1414

1515
jobs:
16-
call-license-check:
16+
call:
1717
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
1818
with:
1919
projectId: tools.cdt

0 commit comments

Comments
 (0)