Skip to content

Commit

Permalink
zess: add a show log step
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev committed Jun 11, 2024
1 parent 780a9e7 commit 3bb25b1
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 @@ -16,6 +16,9 @@ jobs:
with:
fetch-depth: 0

- name: show logs
run: git log --format="%s" origin/main..HEAD

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

0 comments on commit 3bb25b1

Please sign in to comment.