Let Check PHP coding style action be a bit quieter

pull/124/head
Michele Locati 2020-02-25 11:03:36 +01:00
parent d18824e2f2
commit fdf38cfb02
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Install Composer dependencies - name: Install Composer dependencies
run: composer install -a run: composer install --no-progress --classmap-authoritative
- name: Check coding style - name: Check coding style
run: composer run-script lint -- --dry-run --diff run: composer run-script lint -- --dry-run --diff
test_extensions: test_extensions: