Skip to content

Commit 68e6525

Browse files
committed
chore: get gitlint in CI
1 parent bdb631b commit 68e6525

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-default.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
- recursive: true
5353
args: [--frozen-lockfile, --strict-peer-dependencies]
5454
55+
- name: Validate PR commits with commitlint
56+
if: github.event_name == 'pull_request'
57+
run: pnpm commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
58+
5559
- name: Setup Python
5660
uses: actions/setup-python@v5
5761
with:

0 commit comments

Comments
 (0)