This commit is contained in:
Mads Marquart
2024-03-15 16:04:37 +01:00
parent aa3127e460
commit f40f87ff12

View File

@@ -14,6 +14,7 @@ jobs:
run: git fetch origin
- run: |
COMMIT_MESSAGES=$(git log --format=%s origin/$GITHUB_BASE_REF..HEAD)
echo $COMMIT_MESSAGES
for MESSAGE in $COMMIT_MESSAGES; do
LENGTH=$(echo $MESSAGE | wc -c)
if [ $LENGTH -gt 72 ]; then