Skip to content

Commit

Permalink
ci: add unshallow fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Sep 15, 2023
1 parent 6f51c8f commit 4ef8d8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
image: ${{ matrix.container }}

steps:
- uses: actions/checkout@v4
- name: Check out src from Git
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Cache virtualenvironment
uses: actions/cache@v3
Expand Down

0 comments on commit 4ef8d8e

Please sign in to comment.