Skip to content

Commit

Permalink
ci: (DSO-2004) Add Validate PR title to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercm1410 committed Jul 15, 2024
1 parent f0f3eb7 commit 8a0ff3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ jobs:
--from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }}
--to ${{ github.event.pull_request.head.sha }}
--verbose
- name: 🔎 Validate PR title with commitlint
run: echo "${{ github.event.pull_request.title }}" | np

0 comments on commit 8a0ff3c

Please sign in to comment.