Skip to content

Commit

Permalink
build: use openedx commitlint workflow (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV authored Nov 26, 2024
1 parent ee3cf99 commit 019788e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ on: [pull_request]

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
uses: openedx/.github/.github/workflows/commitlint.yml@master

0 comments on commit 019788e

Please sign in to comment.