Skip to content

Commit 19e9551

Browse files
committed
Print git version in workflow
1 parent 480530e commit 19e9551

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python_lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: lint-python
22-
run: make -C python install_dev lint
22+
run: |
23+
git --version
24+
make -C python install_dev lint

0 commit comments

Comments
 (0)