We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39c748 commit 48753c1Copy full SHA for 48753c1
1 file changed
.github/workflows/static-analysis.yml
@@ -73,4 +73,9 @@ jobs:
73
run: "mkdir -p .build/psalm"
74
75
- name: "Run vimeo/psalm"
76
+ if: "${{ hashFiles('vendor/bin/psalm') != '' }}"
77
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