Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 89c19b7

Browse files
Ned Batcheldernedbat
authored andcommitted
build: use the organization commitlint check
1 parent e9b15ba commit 89c19b7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.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)