Skip to content

Commit

Permalink
Update commit_message_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev authored Jun 11, 2024
1 parent 8254829 commit f6084af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commit_message_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: get main
run: git fetch origin main --depth 1

- name: list branches
run: git branch -v

- name: check commit messages
run: |
git log --format="%s" main..HEAD | while IFS= read -r message; do
Expand Down

0 comments on commit f6084af

Please sign in to comment.