We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b577f56 commit 0df1789Copy full SHA for 0df1789
.github/workflows/lint.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: 3.11
25
- name: debugging
26
- run: ls -l *
+ run: dir *
27
- name: Install dependencies (flake8)
28
run: pip install -r requirements.txt
29
- name: Lint
0 commit comments