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 c8244eb commit 86d1b92Copy full SHA for 86d1b92
.github/workflows/commitlint.yml
@@ -0,0 +1,11 @@
1
+name: Lint Commit Messages
2
+on: [pull_request]
3
+
4
+jobs:
5
+ commitlint:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v2
9
+ with:
10
+ fetch-depth: 0
11
+ - uses: wagoid/commitlint-github-action@v4
0 commit comments