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 f49ec31 commit 2746cdbCopy full SHA for 2746cdb
.github/workflows/pr-title-linter.yml
@@ -24,7 +24,9 @@ jobs:
24
sparse-checkout-cone-mode: false
25
26
- name: Lint Pull Request Title
27
+ env:
28
+ PR_TITLE: ${{ github.event.pull_request.title }}
29
run: |
30
npm init --scope=clerk --yes
31
npm i --save-dev @commitlint/config-conventional @commitlint/cli globby --audit=false --fund=false
- echo '${{ github.event.pull_request.title }}' | npm exec @commitlint/cli -- --config commitlint.config.ts
32
+ echo "$PR_TITLE" | npm exec @commitlint/cli -- --config commitlint.config.ts
0 commit comments