From a3bc4bc46720b2ed441b55a462e9a6f1f2164183 Mon Sep 17 00:00:00 2001 From: ZaharChernenko Date: Sun, 24 Aug 2025 01:32:44 +0300 Subject: [PATCH] ci: removed unused attributes --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 674b458..da630af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - # get all branches - fetch-depth: 0 - name: Lint commit messages uses: wagoid/commitlint-github-action@v5