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 0569116Copy full SHA for 0569116
.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
35
36
tests:
37
name: Unit tests & SQLite integration tests
0 commit comments