Skip to content

Commit

Permalink
Install Psalm Laravel plugin in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 29, 2023
1 parent 4a70157 commit 9e873d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Psalm Laravel Plugin
run: |
composer require --dev psalm/plugin-laravel --no-update
vendor/bin/psalm-plugin enable psalm/plugin-laravel
- name: Install Composer Dependencies
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

Expand Down

0 comments on commit 9e873d1

Please sign in to comment.