Skip to content

Commit

Permalink
Merge pull request #26 from openedx/repo_checks/ensure_workflows
Browse files Browse the repository at this point in the history
Update standard workflow files.
  • Loading branch information
Feanil Patel authored Nov 27, 2023
2 parents 745de16 + d9d8756 commit eb3c597
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: openedx/.github/.github/workflows/commitlint.yml@master

0 comments on commit eb3c597

Please sign in to comment.