Skip to content

Commit 569fcb7

Browse files
authored
Remove psalm step from CI workflow
Removed psalm check from CI workflow.
1 parent 1a00675 commit 569fcb7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ jobs:
131131
- name: Run phpcs
132132
run: vendor/bin/phpcs --report=checkstyle | cs2pr
133133

134-
- name: Run psalm
135-
if: success() || failure()
136-
run: vendor/bin/psalm.phar --output-format=github
137-
138134
- name: Run phpstan
139135
if: success() || failure()
140136
run: vendor/bin/phpstan analyse

0 commit comments

Comments
 (0)