We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efec92 commit 64e785aCopy full SHA for 64e785a
.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@v3
9
+ with:
10
+ fetch-depth: 0
11
+ - uses: wagoid/commitlint-github-action@v5
0 commit comments