diff options
author | 2023-07-26 02:19:25 +0200 | |
---|---|---|
committer | 2023-07-26 02:19:25 +0200 | |
commit | 269e5410da8a9d04b62671042167ea475283d678 (patch) | |
tree | 99a4f6754cb9f644c7a15c728b5ea04539dca64d /.github | |
parent | 355ef8188a34d63eb0d93bd8b3329f6a15e68e59 (diff) | |
download | iced-269e5410da8a9d04b62671042167ea475283d678.tar.gz iced-269e5410da8a9d04b62671042167ea475283d678.tar.bz2 iced-269e5410da8a9d04b62671042167ea475283d678.zip |
Fetch all repository history in `verify` workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/verify.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f7342ac1..6f48415a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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 |