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 882b8d3 commit 213f0f6Copy full SHA for 213f0f6
.github/workflows/lint.yaml
@@ -77,4 +77,4 @@ jobs:
77
78
- name: Validate PR commits with commitlint
79
if: github.event_name == 'pull_request'
80
- run: ${{ github.event.pull_request.title }} | npx commitlint --verbose
+ run: "${{ github.event.pull_request.title }}" | npx commitlint --verbose
0 commit comments