From 8e19758d7a37aa2c475b0b00d1d88982e5d5b5fa Mon Sep 17 00:00:00 2001 From: Yossi Saadi Date: Mon, 4 Nov 2024 14:28:03 +0200 Subject: [PATCH] ci(commitlint): update file8 --- .github/workflows/commitlint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 9887e41..a7b449e 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,8 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 2 - name: Debug - Show event info run: | echo "Event name: ${{ github.event_name }}" @@ -24,5 +22,3 @@ jobs: run: git log -1 --pretty=%B - uses: wagoid/commitlint-github-action@v6 - with: - commitDepth: 1