Browse Source
Show a hint for the php-cs fix when the check fails
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/20476/head
Christoph Wurst
6 years ago
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with
1 additions and
1 deletions
-
.github/workflows/lint.yml
|
|
@ -33,4 +33,4 @@ jobs: |
|
|
|
- name: Install dependencies |
|
|
|
run: composer i |
|
|
|
- name: Run coding standards check |
|
|
|
run: composer run cs:check |
|
|
|
run: composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 ) |