From c0335cfd63810130dc9ef0544eacc06d64230054 Mon Sep 17 00:00:00 2001 From: Mist Date: Mon, 12 Feb 2024 21:42:48 +0800 Subject: [PATCH] [Update] use fetch-depth 0 --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 175db92..18dcf17 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Setup nodejs uses: actions/setup-node@v4