We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372aae1 commit e5f1beeCopy full SHA for e5f1bee
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Check commit messages (PR)
27
if: ${{ github.event_name == 'pull_request' }}
28
run: |
29
+ echo test
30
git log --oneline | grep -v 7a064ae | head -n 100 > commits
31
echo "Checking last 100 commits:"
32
cat commits
@@ -41,6 +42,7 @@ jobs:
41
42
- name: Check commit messages (Push)
43
if: ${{ github.event_name == 'push' }}
44
45
46
47
48
0 commit comments