Skip to content

Commit f23c477

Browse files
committed
debugging lint workflow
1 parent 40efeb7 commit f23c477

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/setup-python@v4
2323
with:
2424
python-version: 3.11
25+
- name: debugging
26+
run: ls
2527
- name: Install dependencies (flake8)
2628
run: pip install -r requirements.txt
2729
- name: Lint

0 commit comments

Comments
 (0)