try to fix the php-cs-fixer pr annotation
This commit is contained in:
parent
55defcc892
commit
3a7301c700
|
|
@ -103,7 +103,7 @@ jobs:
|
||||||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
- name: Code style with PHP-CS-Fixer
|
- name: Code style with PHP-CS-Fixer
|
||||||
run: ./vendor/bin/php-cs-fixer fix --format=checkstyle | cs2pr
|
run: ./vendor/bin/php-cs-fixer fix --dry-run --show-progress=none --using-cache=no -v --format=checkstyle | cs2pr
|
||||||
|
|
||||||
phpcs:
|
phpcs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue