Skip to content

Commit

Permalink
Github Actions: Add Phpstan (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg authored Aug 23, 2023
2 parents 6bb222e + 56362f4 commit 54d2fde
Show file tree
Hide file tree
Showing 15 changed files with 1,322 additions and 15 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 54d2fde

Please sign in to comment.