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