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