From e5e3fef8d104af9f533e551628e4e7bb7c27998c Mon Sep 17 00:00:00 2001 From: Simon Gaudreau Date: Fri, 13 Oct 2023 08:18:03 -0400 Subject: [PATCH] ci: make sure pint is ran when fixing composer linting --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29cb185..b18c458 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "@lint:phpcs", "@lint:pint" ], - "lint:fix": "vendor/bin/phpcbf -p --standard=ruleset.xml", + "lint:fix": "vendor/bin/phpcbf -p --standard=ruleset.xml && vendor/bin/pint", "lint:phpcs": "vendor/bin/phpcs -p -s --standard=ruleset.xml", "lint:pint": "vendor/bin/pint --test", "phpstan": "APP_ENV=testing vendor/bin/phpstan analyse --memory-limit=2G",