Skip to content

Commit

Permalink
prepare for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PZ committed Mar 25, 2022
1 parent cd6546d commit ddc22bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
"@phpstan",
"@require-checker"
],
"test-ci": [
"@phpunit",
"@phpstan",
"@require-checker"
],
"phpunit": "vendor/bin/phpunit tests",
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon --ansi",
"phpcs": "vendor/bin/php-cs-fixer",
Expand Down

0 comments on commit ddc22bd

Please sign in to comment.