Skip to content

Commit

Permalink
fixup! fixup! ci(psalm): Add psalm CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Oct 22, 2024
1 parent e7fe249 commit b4075bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: composer bin psalm require --dev 'nextcloud/ocp:${{ matrix.ocp-version }}' --ignore-platform-reqs --with-dependencies

- name: Run coding standards check
run: composer run psalm
run: composer run psalm -- --threads=1 --monochrome --no-progress --output-format=github

summary:
runs-on: ubuntu-latest-low
Expand Down

0 comments on commit b4075bb

Please sign in to comment.