From 7cb896fb2a3059303085e53694b19e1c0260e249 Mon Sep 17 00:00:00 2001 From: Himself65 Date: Sat, 16 Apr 2022 15:54:14 -0500 Subject: [PATCH] ci: remove commit message check --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 413e5f5..154534f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,3 @@ jobs: - name: Check linting run: yarn lint - - - name: Check commits messages - uses: wagoid/commitlint-github-action@v4