Skip to content

Commit

Permalink
Remove "fetch-depth: 0"
Browse files Browse the repository at this point in the history
  • Loading branch information
AzimMuradov committed Oct 4, 2024
1 parent 5605f9b commit b5203eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Haskell
uses: haskell-actions/setup@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Haskell
uses: haskell-actions/setup@v2
with:
Expand Down

0 comments on commit b5203eb

Please sign in to comment.