Skip to content

Commit

Permalink
Merge pull request #78 from EmakinaFR/feature/ci-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duboiss authored Jan 7, 2022
2 parents 93d0bea + c2bf9aa commit c8d7caf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ env-stop: ## Stop the environment
##

ci: ## Continuous integration
@make phpcsfixer phpstan eslint-fix stylelint-fix
@make phpcsfixer-audit phpstan eslint stylelint

ci-fix: ## Continuous integration
@make phpcsfixer eslint-fix stylelint-fix

phpcsfixer: ## Execute the code style analysis and fix on all PHP files
./vendor/bin/php-cs-fixer fix --verbose
Expand All @@ -126,7 +129,7 @@ stylelint: ## Execute the code style analysis on all scss files
stylelint-fix: ## Execute the code style analysis and fix on all scss files
yarn run stylelint-fix

.PHONY: ci phpcsfixer phpcsfixer-audit phpstan eslint eslint-fix stylelint stylelint-fix
.PHONY: ci ci-fix phpcsfixer phpcsfixer-audit phpstan eslint eslint-fix stylelint stylelint-fix

.DEFAULT_GOAL := help
help:
Expand Down

0 comments on commit c8d7caf

Please sign in to comment.