Skip to content

Commit

Permalink
MIgrate static analysis to nextcloud/ocp
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Jan 31, 2024
1 parent 6eba7e4 commit 8675709
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 @@ -25,6 +25,6 @@ jobs:
- name: Install dependencies
run: composer i
- name: Install dependencies
run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }}
run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }}
- name: Run coding standards check
run: composer run psalm

0 comments on commit 8675709

Please sign in to comment.