Skip to content

Commit

Permalink
refactor: fetch deeps
Browse files Browse the repository at this point in the history
  • Loading branch information
KonsumGandalf committed Apr 26, 2024
1 parent 25066e2 commit c6db5e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0

- run: git fetch --no-tags --prune --depth=1 origin develop

Expand All @@ -57,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0

- run: git fetch --no-tags --prune --depth=1 origin develop

Expand All @@ -76,7 +76,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0

- run: git fetch --no-tags --prune --depth=1 origin develop

Expand Down

0 comments on commit c6db5e3

Please sign in to comment.