Skip to content

Commit

Permalink
Fix CS config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 10, 2023
1 parent a1a10d8 commit e7e795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
run: composer stan-setup

- name: Run phpcs
run: vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr
run: vendor/bin/phpcs

- name: Run psalm
if: success() || failure()
Expand Down

0 comments on commit e7e795c

Please sign in to comment.