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 9f65bac commit c7369feCopy full SHA for c7369fe
.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