From 8c1be9f2f38606a82925585dc8ad2bc36df8e6d5 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 14 Apr 2024 05:06:06 +0800 Subject: [PATCH] ci: fix checkout depth for commitlint --- .github/workflows/commitlint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index f8cb2d5..c9c48c3 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -6,6 +6,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: wagoid/commitlint-github-action@v6