Merge pull request #124 from mlocati/check-php-coding-style-quieter
Let Check PHP coding style action be a bit quieterpull/126/head
commit
772d5dbcdf
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
- name: Install Composer dependencies
|
||||
run: composer install -a
|
||||
run: composer install --no-progress --classmap-authoritative
|
||||
- name: Check coding style
|
||||
run: composer run-script lint -- --dry-run --diff
|
||||
test_extensions:
|
||||
|
|
Loading…
Reference in New Issue