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 fd13828 commit f73df42Copy full SHA for f73df42
.github/workflows/commitlint.yml
@@ -0,0 +1,10 @@
1
+# Run commitlint on the commit messages in a pull request.
2
+
3
+name: Lint Commit Messages
4
5
+on:
6
+ - pull_request
7
8
+jobs:
9
+ commitlint:
10
+ uses: edx/.github/.github/workflows/commitlint.yml@master
0 commit comments