1 parent d0af781 commit 9862143Copy full SHA for 9862143
1 file changed
.github/workflows/php.yml
@@ -60,10 +60,10 @@ jobs:
60
run: tools/phpunit --coverage-clover build/coverage.xml
61
62
- name: Run linting
63
- run: tools/phpcs --standard=PSR12 src/
+ run: tools/phpcs --standard=PSR12 --report=checkstyle src/
64
65
- name: Run static analysis
66
- run: tools/psalm -- --output-format=github --shepherd
+ run: tools/psalm --output-format=github --shepherd
67
68
- uses: codecov/codecov-action@v4
69
with:
0 commit comments