From 76c2495dba1d6cb0962504e64011d40884fd01c4 Mon Sep 17 00:00:00 2001 From: Prince527 Date: Sat, 24 Feb 2024 07:43:47 -0400 Subject: [PATCH] Delete .github/workflows/commitlint.yml --- .github/workflows/commitlint.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/commitlint.yml diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml deleted file mode 100644 index a6609e4f2d8..00000000000 --- a/.github/workflows/commitlint.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Lint commit messages -on: [pull_request] - -concurrency: - group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.sha }}" - -jobs: - commitlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5