Skip to content

Commit

Permalink
Update .github/workflows/static-analysis-php.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Thorsten Frommen <[email protected]>
Signed-off-by: Christian Leucht <[email protected]>
  • Loading branch information
Chrico and tfrommen authored Jan 6, 2025
1 parent 968958b commit 20127c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
composer-options: ${{ inputs.COMPOSER_ARGS }}

- name: Run Psalm
if: ${{ hashFiles('psalm.xml') != '' }}
if: ${{ hashFiles('psalm.xml.dist', 'psalm.xml') != '' }}
run: ./vendor/bin/psalm --php-version="${{ inputs.PHP_VERSION }}" ${{ inputs.PSALM_ARGS }}

- name: Run PHPStan
Expand Down

0 comments on commit 20127c3

Please sign in to comment.