We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b461e8b commit fa44e21Copy full SHA for fa44e21
1 file changed
.github/workflows/python.yml
@@ -20,6 +20,8 @@ jobs:
20
- uses: actions/checkout@v6
21
with:
22
fetch-depth: 0
23
+ - run: ls -lah .
24
+ - run: ls -lah .git
25
- uses: actions/setup-python@v6
26
27
python-version: ${{ matrix.python-version }}
0 commit comments