We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4d6f6 commit 14c60b7Copy full SHA for 14c60b7
1 file changed
.github/workflows/psalm.yml
@@ -15,7 +15,11 @@ jobs:
15
- name: Checkout code
16
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17
18
+ - name: Setup PHP
19
+ uses: ./.github/actions/setup-php
20
+
21
+ - name: Install Psalm
22
+ run: composer require --dev vimeo/psalm:6.15.1
23
24
- name: Run Psalm
- uses: docker://ghcr.io/psalm/psalm-github-actions:6.14.3
- with:
- security_analysis: true
25
+ run: ./vendor/bin/psalm --no-cache
0 commit comments