Skip to content
Snippets Groups Projects
Unverified Commit 9e6fcd58 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Show a hint for the php-cs fix when the check fails

parent 833d1d2c
No related branches found
No related tags found
Loading
......@@ -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 )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment