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 5ddcaca commit fe384d9Copy full SHA for fe384d9
.github/workflows/check-pr-title.yml
@@ -21,5 +21,7 @@ jobs:
21
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
22
23
- name: Verify PR title is in the correct format
24
+ env:
25
+ TITLE: ${{ github.event.pull_request.title }}
26
run: |
- echo "${{ github.event.pull_request.title }}" | npx commitlint -V
27
+ echo $TITLE | npx commitlint -V
0 commit comments