Skip to content

Commit

Permalink
Revert "Install Psalm Laravel plugin in workflow"
Browse files Browse the repository at this point in the history
This reverts commit 6a9da4a8200b9666559fd1c4b3031d8d559b5eec due to broken plugin.
  • Loading branch information
caendesilva committed Oct 29, 2023
1 parent b0f4559 commit d76aa3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@ 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: Enable Psalm Laravel Plugin
run: vendor/bin/psalm enable psalm/plugin-laravel

- name: Run Psalm
id: analysis
run: vendor/bin/psalm > psalmout.txt || echo EXIT_CODE=$? >> $GITHUB_OUTPUT || exit 0
Expand Down

0 comments on commit d76aa3a

Please sign in to comment.