Skip to content

Commit

Permalink
ci: use openedx commitlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Nov 14, 2024
1 parent 7180b52 commit 5f8cc35
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 5f8cc35

Please sign in to comment.