Skip to content

Commit 48753c1

Browse files
authored
Allow psalm phar run
1 parent f39c748 commit 48753c1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,9 @@ jobs:
7373
run: "mkdir -p .build/psalm"
7474

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

0 commit comments

Comments
 (0)