Skip to content

Commit 0bddf3d

Browse files
committed
feat(pylint): try update fetch depth=0
1 parent 495413e commit 0bddf3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141

4242
- uses: actions/checkout@v4
4343
with:
44-
fetch-depth: 100
44+
# fetch-depth: 100
45+
fetch-depth: 0
4546

4647

4748
- name: Get base branch name

0 commit comments

Comments
 (0)