Skip to content

Commit

Permalink
Add "qa" make command
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 30, 2020
1 parent 164937d commit b9ddae4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ cs: ## Run PHP CodeSniffer to detect issues with coding style
cs-fix: ## Run PHPCBF to automatically fix issues with coding style
docker-compose run --rm --no-deps yin-php /var/www/vendor/bin/phpcbf --standard=/var/www/phpcs.xml

release: test phpstan cs ## Release a new version of the library
qa: test phpstan cs ## Test code quality

release: qa ## Release a new version of the library
./vendor/bin/releaser release

0 comments on commit b9ddae4

Please sign in to comment.