Skip to content

Commit

Permalink
fix: remove empty line, add yaml document start line
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 22, 2023
1 parent 3e661d0 commit ead14d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Commitlint
on: # yamllint disable-line rule:truthy
pull_request:
Expand Down Expand Up @@ -28,4 +29,3 @@ jobs:
run: >-
echo '${{ github.event.pull_request.title }}' |
npx commitlint --verbose

0 comments on commit ead14d3

Please sign in to comment.