We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c23b92 commit ff0c408Copy full SHA for ff0c408
.github/workflows/python-app.yml
@@ -36,7 +36,7 @@ jobs:
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Running bot
38
run: |
39
- python b.py &
+ python b.py
40
41
42
0 commit comments