Skip to content

Commit c6044d7

Browse files
authored
Merge pull request #19 from cakephp/ADmad-patch-1
Drop psalm usage
2 parents e040de7 + 26fa5d1 commit c6044d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cs-stan.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
if: always()
4747
run: vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr
4848

49-
- name: Run psalm
50-
if: always()
51-
run: tools/psalm --output-format=github
52-
5349
- name: Run phpstan
5450
if: always()
5551
run: tools/phpstan analyse --error-format=github

0 commit comments

Comments
 (0)