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 38aaa6c commit 28e8c43Copy full SHA for 28e8c43
.github/workflows/run-tests.yml
@@ -56,5 +56,5 @@ jobs:
56
if: matrix.os == 'ubuntu-latest' && matrix.symfony != '^4.4'
57
58
- name: Check PSR-12 Codestyle
59
- run: composer test
+ run: composer check-style
60
if: matrix.os == 'ubuntu-latest'
0 commit comments