mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Add composer validate to CI
This commit is contained in:
parent
ea66c41ff1
commit
fb3432d52b
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:
|
with:
|
||||||
composer-options: "--optimize-autoloader --prefer-dist"
|
composer-options: "--optimize-autoloader --prefer-dist"
|
||||||
|
|
||||||
|
- name: "Run Composer validate"
|
||||||
|
run: "composer validate"
|
||||||
|
|
||||||
- name: "Run Composer dependency analyser"
|
- name: "Run Composer dependency analyser"
|
||||||
run: "bin/composer-dependency-analyser"
|
run: "bin/composer-dependency-analyser"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue