Skip to content

Commit

Permalink
Specify path to analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 2, 2024
1 parent 58b2dbe commit e7d9b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
{"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 PHPStan
run: php -f ./vendor/bin/phpstan analyze --level=max --configuration=phpstan.neon --error-format=github
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 e7d9b91

Please sign in to comment.