Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 1b9a23b

Browse files
committed
t18
1 parent 7029250 commit 1b9a23b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,10 @@ jobs:
127127
with:
128128
python-version: "3.12"
129129
- run: pip install mypy==1.13.0
130+
- name: Print Current Working Directory
131+
run: pwd
132+
- name: List Contents of Current Working Directory
133+
run: ls -la
134+
- name: List Directories Under Root
135+
run: ls -d /*/
130136
- run: mypy .

0 commit comments

Comments
 (0)