Skip to content

Commit 28e8c43

Browse files
authored
Change PSR-12 check command in workflow
1 parent 38aaa6c commit 28e8c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
if: matrix.os == 'ubuntu-latest' && matrix.symfony != '^4.4'
5757

5858
- name: Check PSR-12 Codestyle
59-
run: composer test
59+
run: composer check-style
6060
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)