Skip to content

Commit

Permalink
Merge pull request #40 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix psalm option
  • Loading branch information
XedinUnknown authored May 11, 2024
2 parents b242d44 + a36956a commit 0f833a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./vendor/bin/phpunit

- name: Psalm
run: ./vendor/bin/psalm --show-info --threads=8 --diff
run: ./vendor/bin/psalm --show-info=true --threads=8 --diff

- name: PHPCS
run: ./vendor/bin/phpcs -s --runtime-set ignore_warnings_on_exit 1

0 comments on commit 0f833a5

Please sign in to comment.