Skip to content

Commit

Permalink
ci: make sure pint is ran when fixing composer linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandhi11 committed Oct 13, 2023
1 parent 9aac065 commit e5e3fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5e3fef

Please sign in to comment.