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 47a05c2 commit 6ac57c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit_message_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
fetch-depth: 0

- run: git log -10

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

0 comments on commit 6ac57c8

Please sign in to comment.