diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fb348bbe..eef3b729 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Installing Node uses: actions/setup-node@v2.1.5 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1fc7d29c..0bd2c42b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Installing Node uses: actions/setup-node@v2.1.5 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d522af95..0bb5bdbb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Installing Node uses: actions/setup-node@v2.1.5