Skip to content

Commit 8d8a156

Browse files
committed
fix: the thing
1 parent 3ff6611 commit 8d8a156

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pr.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,15 @@ jobs:
3333
--pretty=format:'* %s%n%n%b')
3434
TITLE='${{ github.event.pull_request.title }}'
3535
36+
echo $TITLE
37+
echo $BODY
38+
echo "${TITLE}\n${BODY}"
39+
3640
echo "${TITLE}\n${BODY}" > commit-message.txt
3741
cat commit-message.txt
38-
cat commit-message.txt | npx commitlint
42+
43+
- name: Check commit message
44+
run: cat commit-message.txt | npx commitlint
3945

4046
check-file-format:
4147
name: Check files changes follow guidelines

0 commit comments

Comments
 (0)