Skip to content

Commit ead14d3

Browse files
committed
fix: remove empty line, add yaml document start line
1 parent 3e661d0 commit ead14d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Commitlint
23
on: # yamllint disable-line rule:truthy
34
pull_request:
@@ -28,4 +29,3 @@ jobs:
2829
run: >-
2930
echo '${{ github.event.pull_request.title }}' |
3031
npx commitlint --verbose
31-

0 commit comments

Comments
 (0)