From f0e7e17652a18913b26d980b0cddbb20ec171f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natanael=20Louren=C3=A7o?= Date: Sat, 28 Oct 2023 00:03:06 -0300 Subject: [PATCH] chore: test ci with coveralls --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f9dc87..c74ca4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,5 @@ jobs: - name: Check liting run: yarn lint - - name: Check commit message - run: wagoid/commitlint-github-action@v5 - - name: Coveralls uses: coverallsapp/github-action@v2