Skip to content

Commit 71899f1

Browse files
committed
ci: Enforce passing phpcs
1 parent d0071b6 commit 71899f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
phpcs:
4444
runs-on: ubuntu-latest
45-
continue-on-error: true
45+
continue-on-error: false
4646
name: "PHPCS"
4747
steps:
4848
- name: Checkout

0 commit comments

Comments
 (0)