Skip to content

Commit

Permalink
Allow psalm phar run
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed May 6, 2024
1 parent f39c748 commit 48753c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ jobs:
run: "mkdir -p .build/psalm"

- name: "Run vimeo/psalm"
if: "${{ hashFiles('vendor/bin/psalm') != '' }}"
run: "vendor/bin/psalm --config=psalm.xml --output-format=github --shepherd --show-info=false --stats --threads=4"

- name: "Run vimeo/psalm"
if: "${{ hashFiles('vendor/bin/psalm.phar') != '' }}"
run: "vendor/bin/psalm.phar --config=psalm.xml --output-format=github --shepherd --show-info=false --stats --threads=4"

0 comments on commit 48753c1

Please sign in to comment.