Skip to content

Commit

Permalink
Merge pull request #7 from qdequippe/main
Browse files Browse the repository at this point in the history
Add new Makefile entry to audit code using Composer
  • Loading branch information
yoanbernabeu committed Oct 6, 2022
2 parents 58f6c53 + 42c5b05 commit ebcd95a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ qa-lint-container: ## Lint container.
qa-lint-schema: ## Lint Doctrine schema.
$(SYMFONY_CONSOLE) doctrine:schema:validate --skip-sync -vvv --no-interaction
.PHONY: qa-lint-schema

qa-audit: ## Run composer audit.
$(COMPOSER) audit
.PHONY: qa-audit
#---------------------------------------------#

## === 🔎 TESTS =================================================
Expand Down

0 comments on commit ebcd95a

Please sign in to comment.