Let Check PHP coding style action be a bit quieter
parent
d18824e2f2
commit
fdf38cfb02
|
@ -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