Skip to content

Commit

Permalink
fix: the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
dianjuar committed Oct 28, 2024
1 parent 3ff6611 commit 8d8a156
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ jobs:
--pretty=format:'* %s%n%n%b')
TITLE='${{ github.event.pull_request.title }}'
echo $TITLE
echo $BODY
echo "${TITLE}\n${BODY}"
echo "${TITLE}\n${BODY}" > commit-message.txt
cat commit-message.txt
cat commit-message.txt | npx commitlint
- name: Check commit message
run: cat commit-message.txt | npx commitlint

check-file-format:
name: Check files changes follow guidelines
Expand Down

0 comments on commit 8d8a156

Please sign in to comment.