Skip to content

Commit

Permalink
Fix PHPStan analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 2, 2024
1 parent 5e67333 commit 58b2dbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
COMPOSER_AUTH: >-
{"github-oauth":{"github.com":"${{ github.token }}"},"http-basic":{"nova.laravel.com":{"username":"${{ secrets.LARAVEL_NOVA_USERNAME }}","password":"${{ secrets.LARAVEL_NOVA_PASSWORD }}"}}}
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run Psalm
run: ./vendor/bin/psalm
- name: Run PHPStan
run: ./vendor/bin/phpstan analyze
run: php -f ./vendor/bin/phpstan analyze --level=max --configuration=phpstan.neon --error-format=github
- name: Run Psalm
run: php -f ./vendor/bin/psalm

0 comments on commit 58b2dbe

Please sign in to comment.