We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ad321 commit 1c0a928Copy full SHA for 1c0a928
1 file changed
.github/workflows/python-app.yml
@@ -43,12 +43,14 @@ jobs:
43
pip install -r requirements.txt -r requirements_dev.txt
44
45
- name: Black
46
+ continue-on-error: true
47
if: steps.list_changed_python_files.outputs.files != null
48
run: |
49
. venv/bin/activate
50
black --check ${{ steps.list_changed_python_files.outputs.files }}
51
52
- name: Flake8
53
54
55
56
0 commit comments