Skip to content

Commit 07728e1

Browse files
committed
build: use the organization commitlint check
1 parent 5d44307 commit 07728e1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/commitlint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)