Skip to content

Commit 6ac57c8

Browse files
authored
Update commit_message_check.yml
1 parent 47a05c2 commit 6ac57c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/commit_message_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15+
- run: git log -10
16+
1517
- name: check commit messages
1618
run: |
1719
git log --format="%s" origin/main..HEAD | while IFS= read -r message; do

0 commit comments

Comments
 (0)