From 2f52d6cb8a1943f5307beacc18fb5a7d0e9fe989 Mon Sep 17 00:00:00 2001 From: Gautier Darchen Date: Mon, 24 Jun 2024 15:49:23 +0200 Subject: [PATCH] chore: remove lint of commits in ci --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 704093e..4151d24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,13 +30,5 @@ jobs: - name: Install dependencies run: pnpm install - - name: Validate current commit with commitlint - if: github.event_name == 'push' - run: pnpm commitlint --last --verbose - - - name: Validate PR commits with commitlint - if: github.event_name == 'pull_request' - run: pnpm commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose - - name: Lint source code run: pnpm lint \ No newline at end of file