We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40efeb7 commit f23c477Copy full SHA for f23c477
.github/workflows/lint.yaml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/setup-python@v4
23
with:
24
python-version: 3.11
25
+ - name: debugging
26
+ run: ls
27
- name: Install dependencies (flake8)
28
run: pip install -r requirements.txt
29
- name: Lint
0 commit comments