Skip to content

Commit 0df1789

Browse files
committed
debugging lint workflow
1 parent b577f56 commit 0df1789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: 3.11
2525
- name: debugging
26-
run: ls -l *
26+
run: dir *
2727
- name: Install dependencies (flake8)
2828
run: pip install -r requirements.txt
2929
- name: Lint

0 commit comments

Comments
 (0)