Skip to content

Commit

Permalink
build: use the organization commitlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 7, 2021
1 parent a152421 commit dda0d77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Run commitlint on the commit messages in a pull request.

name: Lint Commit Messages

on:
- pull_request

jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master

0 comments on commit dda0d77

Please sign in to comment.