From c9e8b3fa0b91073a4d6171bf3a18fff814bf976a Mon Sep 17 00:00:00 2001 From: Maureen Chang <76696006+techMedMau@users.noreply.github.com> Date: Wed, 1 May 2024 00:07:00 -0700 Subject: [PATCH] Revert "fix commitlint error" This reverts commit 80114a5e165132bf26578e2135fb5cdf75162514. --- .github/workflows/commitlint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 674e365..f57fff5 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,5 +11,3 @@ jobs: - name: Install Dependencies run: npm install @commitlint/config-conventional - uses: JulienKode/pull-request-name-linter-action@v0.5.0 - with: - configuration-path: ../../commitlint.config.js