From a71058e3e7a3f7243cce1e794919c6034b710da3 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Fri, 21 May 2021 23:29:35 +0200 Subject: [PATCH] chore(ci): fetching all commit for commitlint --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c65f90a4..0c2271b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@master + with: + fetch-depth: 0 - name: Setup node env uses: actions/setup-node@v2.1.2