Skip to content

Commit

Permalink
IMPROVE: Add new Makefile entry to audit code using Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
qdequippe committed Oct 5, 2022
1 parent f83faa7 commit 42c5b05
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 @@ -215,6 +215,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 42c5b05

Please sign in to comment.