Merge pull request #124 from mlocati/check-php-coding-style-quieter

Let Check PHP coding style action be a bit quieter
pull/126/head
Michele Locati 2020-02-25 11:06:30 +01:00 committed by GitHub
commit 772d5dbcdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: