Skip to content

Commit eaf0a5a

Browse files
committed
ci(lint): call of linting via bin
1 parent a7ec9a6 commit eaf0a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Lint commits
3030
if: github.event_name == 'pull_request'
3131
run: |
32-
pnpx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
32+
pnpx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
3333
3434
notify_success:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)