From 019788e512a269ee900fd2e7d15ef981cf15beaa Mon Sep 17 00:00:00 2001 From: Bryann Valderrama <64033729+BryanttV@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:38:16 -0500 Subject: [PATCH] build: use openedx commitlint workflow (#231) --- .github/workflows/commitlint.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 3d98fd68..fcdfada8 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -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