Skip to content
Snippets Groups Projects
Unverified Commit 08cb4b81 authored by Daniel Kesselberg's avatar Daniel Kesselberg
Browse files

Run cs:check a second time to show diff

parent 8f78205b
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,7 @@ jobs:
- name: Install dependencies
run: composer i
- name: Run coding standards check
run: composer run cs:check -- --format=checkstyle | cs2pr
run: |
composer run cs:check -- --format=checkstyle | cs2pr
composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )
shell: bash {0}
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