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 372d20f commit bb551f1
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 @@ -12,6 +12,9 @@ jobs:
with:
fetch-depth: 0

- name: test
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 bb551f1

Please sign in to comment.