mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-31 02:58:15 +00:00
Merge pull request #7980 from wallabag/add-composer-validate-to-ci
Add composer validate to CI
This commit is contained in:
commit
7987b9caba
1 changed files with 3 additions and 0 deletions
3
.github/workflows/coding-standards.yml
vendored
3
.github/workflows/coding-standards.yml
vendored
|
@ -41,6 +41,9 @@ jobs:
|
|||
with:
|
||||
composer-options: "--optimize-autoloader --prefer-dist"
|
||||
|
||||
- name: "Run Composer validate"
|
||||
run: "composer validate"
|
||||
|
||||
- name: "Run Composer dependency analyser"
|
||||
run: "bin/composer-dependency-analyser"
|
||||
|
||||
|
|
Loading…
Reference in a new issue