We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1457b3 commit 4100c6cCopy full SHA for 4100c6c
.github/workflows/on-stage.yaml
@@ -18,4 +18,7 @@ jobs:
18
return [n + 1 for n in numbers]
19
PY
20
- name: Run flake8-kotoha
21
- run: uvx --with flake8-kotoha flake8 baseball.py; [ $? -eq 1 ]
+ run: |
22
+ set +e
23
+ uvx --with flake8-kotoha flake8 baseball.py
24
+ [ $? -eq 1 ]
0 commit comments