Skip to content

Commit f572c9a

Browse files
chore: change fetch depth
1 parent fdcec00 commit f572c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v1
1717
with:
18-
fetch-depth: 1
18+
fetch-depth: 3
1919
- name: Install Package dependencies
2020
run: yarn install
2121
- name: Check code style

0 commit comments

Comments
 (0)