Skip to content

Commit

Permalink
Fix psalm option
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored May 2, 2024
1 parent b242d44 commit a36956a
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 a36956a

Please sign in to comment.