Skip to content

Commit 3451e7e

Browse files
authored
Update pre-commit.yml (#426)
1 parent 72d4f14 commit 3451e7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
15-
15+
with:
16+
fetch-depth: 0 # Fetch all history for all branches and tags
17+
1618
- name: Set up Python
1719
uses: actions/setup-python@v2
1820
with:

0 commit comments

Comments
 (0)