Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix(psalm)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Oct 30, 2023
1 parent efb58fc commit d660473
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: composer i

- name: Install nextcloud OCP
run: composer require --dev nextcloud/ocp:${{ matrix.server-versions }} --update-with-all-dependencies
- name: Install deps + nextcloud OCP
run: |
composer remove --dev nextcloud/ocp --update-with-all-dependencies
rm composer.lock
composer require --dev nextcloud/ocp:${{ matrix.server-versions }} --update-with-all-dependencies
- name: Run coding standards check
run: composer run psalm

0 comments on commit d660473

Please sign in to comment.