Skip to content

Commit 9862143

Browse files
committed
Change linting output in build
1 parent d0af781 commit 9862143

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
run: tools/phpunit --coverage-clover build/coverage.xml
6161

6262
- name: Run linting
63-
run: tools/phpcs --standard=PSR12 src/
63+
run: tools/phpcs --standard=PSR12 --report=checkstyle src/
6464

6565
- name: Run static analysis
66-
run: tools/psalm -- --output-format=github --shepherd
66+
run: tools/psalm --output-format=github --shepherd
6767

6868
- uses: codecov/codecov-action@v4
6969
with:

0 commit comments

Comments
 (0)