Skip to content

Commit 074fa28

Browse files
author
Joel Collins
committed
Revert continue-on-error for code quality check
1 parent 532be56 commit 074fa28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
if: steps.cache.outputs.cache-hit != 'true'
4141

4242
- name: Code Quality
43-
continue-on-error: true
4443
run: poetry run black . --check
4544

4645
- name: Test with pytest

0 commit comments

Comments
 (0)