Skip to content

Commit

Permalink
Merge installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 29, 2023
1 parent b0f4559 commit 3d8ab4c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Psalm Laravel Plugin
run: composer require --dev psalm/plugin-laravel --no-update

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

- name: Enable Psalm Laravel Plugin
run: vendor/bin/psalm enable psalm/plugin-laravel
Expand Down

0 comments on commit 3d8ab4c

Please sign in to comment.