Skip to content

Commit 14c60b7

Browse files
committed
Modify psalm.yml for GitHub Actions
1 parent dd4d6f6 commit 14c60b7

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/psalm.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

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+
1824
- name: Run Psalm
19-
uses: docker://ghcr.io/psalm/psalm-github-actions:6.14.3
20-
with:
21-
security_analysis: true
25+
run: ./vendor/bin/psalm --no-cache

0 commit comments

Comments
 (0)