Skip to content

Commit c2232a1

Browse files
committed
action.yml descriptions must be <125 characters long
1 parent 1805391 commit c2232a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/Build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18+
- name: Check - Description Length
19+
uses: mikefarah/yq@master
20+
with:
21+
cmd: yq eval --exit-status '.description | length < 125' action.yml
22+
1823
- name: Build
1924
run: |
2025
# Rebuild per-JDK actions based on the base content

0 commit comments

Comments
 (0)