We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df1d48 commit 530c016Copy full SHA for 530c016
.github/workflows/python-app.yml
@@ -35,6 +35,8 @@ jobs:
35
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Running bot
38
+ run: |
39
+ python b.py
40
41
42
0 commit comments