Skip to content

Commit 213f0f6

Browse files
authored
Update lint.yaml
1 parent 882b8d3 commit 213f0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
7878
- name: Validate PR commits with commitlint
7979
if: github.event_name == 'pull_request'
80-
run: ${{ github.event.pull_request.title }} | npx commitlint --verbose
80+
run: "${{ github.event.pull_request.title }}" | npx commitlint --verbose

0 commit comments

Comments
 (0)