Skip to content

Commit 512908b

Browse files
authored
Merge pull request #17 from masenf/masenf/pre-commit-fetch-tags
Fetch tags during pre-commit.yaml
2 parents 980d56c + 870a2d7 commit 512908b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with: # Fetch tags for setuptools-scm
16+
fetch-depth: 0
1517
- uses: actions/setup-python@v2
1618
with:
1719
python-version: "3.12"

0 commit comments

Comments
 (0)