1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Add composer normalizer

This commit is contained in:
Nicolas Lœuillet 2023-07-26 15:12:47 +02:00
parent 78cddcafd7
commit 382272c51c
No known key found for this signature in database
GPG key ID: FA576177B1EBB573
3 changed files with 441 additions and 33 deletions

View file

@ -49,3 +49,6 @@ jobs:
- name: "Run TwigCS"
run: "php bin/twigcs --severity=error --display=blocking --reporter checkstyle app/ src/ | cs2pr"
- name: "Run ergebnis/composer-normalize"
run: "composer normalize --dry-run --no-check-lock"