Skip to content

Commit

Permalink
ci: added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 17, 2024
1 parent a75ad94 commit 0b9e54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Run commitlint on PR title
run: |
echo "path: $GITHUB_EVENT_PATH"
PR_TITLE=$(jq -r '.pull_request.title' "$GITHUB_EVENT_PATH")
echo "PR title - $PR_TITLE"
echo "$PR_TITLE" | npx commitlint
Expand Down

0 comments on commit 0b9e54a

Please sign in to comment.