Skip to content

Commit

Permalink
Shorten the name of the licensing check
Browse files Browse the repository at this point in the history
This helps it fit in the UI space GitHub gives it

Part of eclipse-cdt#1002
  • Loading branch information
jonahgraham committed Jan 16, 2025
1 parent 751b031 commit a453c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a453c77

Please sign in to comment.