From ca808f2d47c1a6d86e109b8e869187ac81b4197a Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Fri, 1 Nov 2024 10:06:56 -0500 Subject: [PATCH] Delete .github/workflows/commitlint.yml --- .github/workflows/commitlint.yml | 13 ------------- 1 file changed, 13 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 fbd5a3689..000000000 --- a/.github/workflows/commitlint.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Lint commit messages -on: [pull_request] - -jobs: - commitlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v5.4.5 - with: - helpURL: https://github.com/carbon-design-system/gatsby-theme-carbon/blob/main/docs/commitlint.md