We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3509b66 commit 2901a67Copy full SHA for 2901a67
.github/workflows/test.yml
@@ -34,6 +34,8 @@ jobs:
34
uses: actions/checkout@v2
35
with:
36
fetch-depth: 0
37
+ - name: Check validity of composer files
38
+ run: composer valid --strict --ansi --no-interaction
39
- name: Install Composer dependencies (including dev, preferring source)
40
run: composer install --prefer-source --optimize-autoloader --ansi --no-interaction
41
- name: Check coding style
0 commit comments