Skip to content

Commit c9dd8c1

Browse files
authored
Use --report=checkstyle
1 parent 783d2d4 commit c9dd8c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: composer install
8080

8181
- name: Run phpcs
82-
run: vendor/bin/phpcs --report=checkstyle -p src/ tests/ | cs2pr
82+
run: vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr
8383

8484
- name: Run psalm
8585
run: psalm --output-format=github

0 commit comments

Comments
 (0)