We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb631b commit 68e6525Copy full SHA for 68e6525
.github/workflows/ci-default.yml
@@ -52,6 +52,10 @@ jobs:
52
- recursive: true
53
args: [--frozen-lockfile, --strict-peer-dependencies]
54
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
+
59
- name: Setup Python
60
uses: actions/setup-python@v5
61
with:
0 commit comments