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 3e661d0 commit ead14d3Copy full SHA for ead14d3
.github/workflows/commitlint.yml
@@ -1,3 +1,4 @@
1
+---
2
name: Commitlint
3
on: # yamllint disable-line rule:truthy
4
pull_request:
@@ -28,4 +29,3 @@ jobs:
28
29
run: >-
30
echo '${{ github.event.pull_request.title }}' |
31
npx commitlint --verbose
-
0 commit comments