Skip to content

Commit

Permalink
Github Actions: Add PhpStan (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg authored Aug 24, 2023
2 parents b64faee + 2cf1969 commit 5a70262
Show file tree
Hide file tree
Showing 11 changed files with 916 additions and 19 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
if: success() || matrix.allow_failure
run: phpcs -wps --colors

- name: PHPStan
uses: php-actions/phpstan@v3
if: success() || matrix.allow_failure

test:
name: Unit tests with php ${{ matrix.php }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 5a70262

Please sign in to comment.