We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff6611 commit 8d8a156Copy full SHA for 8d8a156
.github/workflows/pr.yml
@@ -33,9 +33,15 @@ jobs:
33
--pretty=format:'* %s%n%n%b')
34
TITLE='${{ github.event.pull_request.title }}'
35
36
+ echo $TITLE
37
+ echo $BODY
38
+ echo "${TITLE}\n${BODY}"
39
+
40
echo "${TITLE}\n${BODY}" > commit-message.txt
41
cat commit-message.txt
- cat commit-message.txt | npx commitlint
42
43
+ - name: Check commit message
44
+ run: cat commit-message.txt | npx commitlint
45
46
check-file-format:
47
name: Check files changes follow guidelines
0 commit comments