Skip to content

Commit

Permalink
Updated CI command
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Henckens <jan@statik.be>
  • Loading branch information
janhenckens committed Jan 12, 2025
1 parent 58759f8 commit a2632dd
Show file tree
Hide file tree
Showing 2 changed files with 1,265 additions and 657 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"scripts": {
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix",
"phpstan": "phpstan --memory-limit=1G"
"phpstan": "phpstan --memory-limit=1G",
"ci": "ecs check --ansi --fix && phpstan --memory-limit=1G"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a2632dd

Please sign in to comment.