Skip to content

Commit f6084af

Browse files
authored
Update commit_message_check.yml
1 parent 8254829 commit f6084af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/commit_message_check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: get main
1616
run: git fetch origin main --depth 1
1717

18+
- name: list branches
19+
run: git branch -v
20+
1821
- name: check commit messages
1922
run: |
2023
git log --format="%s" main..HEAD | while IFS= read -r message; do

0 commit comments

Comments
 (0)