Skip to content

Commit

Permalink
generate cache for psalm to work
Browse files Browse the repository at this point in the history
  • Loading branch information
transistive committed Jun 6, 2023
1 parent 4d9d770 commit 1abae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: "PHP-CS-Fixer"
run: vendor/bin/php-cs-fixer fix --dry-run
- name: "PSalm"
run: vendor/bin/psalm --show-info=true
run: ./console debug:config && vendor/bin/psalm --show-info=true

0 comments on commit 1abae68

Please sign in to comment.