Skip to content

Commit

Permalink
fixed config path
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jan 16, 2025
1 parent bb5bad4 commit b758b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
phpstan-result-cache-
- name: PHPStan Static Analysis
run: XDEBUG_MODE=off php bin/phpstan.phar analyze
run: XDEBUG_MODE=off php bin/phpstan.phar analyze --configuration .phpstan.dist.neon

- name: Save result cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit b758b86

Please sign in to comment.