Skip to content

Commit 95c5a50

Browse files
committed
fix: the thing
1 parent 3ff6611 commit 95c5a50

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/pr.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,18 @@ jobs:
3333
--pretty=format:'* %s%n%n%b')
3434
TITLE='${{ github.event.pull_request.title }}'
3535
36+
echo $TITLE
37+
echo '---------'
38+
echo $BODY
39+
echo '---------'
40+
echo "${TITLE}\n${BODY}"
41+
echo '---------'
42+
3643
echo "${TITLE}\n${BODY}" > commit-message.txt
3744
cat commit-message.txt
38-
cat commit-message.txt | npx commitlint
45+
46+
- name: Check commit message
47+
run: cat commit-message.txt | npx commitlint
3948

4049
check-file-format:
4150
name: Check files changes follow guidelines

0 commit comments

Comments
 (0)