Fetch all repository history in verify workflow

This commit is contained in:
Héctor Ramón Jiménez 2023-07-26 02:19:25 +02:00
parent 355ef8188a
commit 269e5410da
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check `CHANGELOG.md` has changes
run: |
! git diff --exit-code master HEAD CHANGELOG.md