Skip to content

Commit

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

Part of #1002
  • Loading branch information
jonahgraham authored Jan 16, 2025
1 parent 751b031 commit 2efeaae
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 2efeaae

Please sign in to comment.