From a7f77c5f4a1c25e5e7c7af43c10df6dc0ea406b2 Mon Sep 17 00:00:00 2001 From: Omar Gallo Date: Fri, 4 Feb 2022 07:39:33 +0100 Subject: [PATCH] ci: remove commitlint --- .github/workflows/commitlint.yml | 11 ----------- 1 file changed, 11 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 15c7412..0000000 --- a/.github/workflows/commitlint.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Lint Commit Messages -on: [push] - -jobs: - commitlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v4 \ No newline at end of file