From e5bffdb8895040a21c2d4edda2fa497917e60539 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:23:25 -0400 Subject: [PATCH] fix(ci): fixed incorrect formatting for commitlint GitHub CI action Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> --- .github/workflows/commitlint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 24ab2fd..c33af6f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Configure Corepack - run: corepack enable + run: corepack enable - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 @@ -36,4 +36,4 @@ jobs: - name: Validate PR commits with commitlint if: github.event_name == 'pull_request' - run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose \ No newline at end of file + run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose