diff --git a/.github/workflows/chore.yml b/.github/workflows/chore.yml index 591338e9..93bcfb9f 100644 --- a/.github/workflows/chore.yml +++ b/.github/workflows/chore.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Check absence of fixup commits run: | ! git log --pretty=format:%s | grep 'fixup!'