mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 13:51:29 +01:00
Let Check PHP coding style action be a bit quieter
This commit is contained in:
parent
d18824e2f2
commit
fdf38cfb02
2
.github/workflows/test-extensions.yml
vendored
2
.github/workflows/test-extensions.yml
vendored
@ -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…
x
Reference in New Issue
Block a user