Skip to content

Commit

Permalink
CI: Enforce passing phpcs and phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Apr 25, 2024
1 parent 5d4e384 commit 64a7616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

phpcs:
runs-on: ubuntu-latest
continue-on-error: true
continue-on-error: false
name: "PHPCS"
steps:
- name: Checkout
Expand All @@ -107,7 +107,7 @@ jobs:

phpstan:
runs-on: ubuntu-latest
continue-on-error: true
continue-on-error: false
name: "PHPStan"
steps:
- name: Checkout
Expand Down

0 comments on commit 64a7616

Please sign in to comment.