We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f6aac commit a44cf5aCopy full SHA for a44cf5a
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
dependency-versions: highest
32
33
- name: Run code style check
34
- run: composer run-script check-cs -- --format=checkstyle | cs2pr
+ run: composer run-script check-cs -- --diff
35
36
tests:
37
name: Unit tests & SQLite integration tests
0 commit comments