Skip to content

Commit

Permalink
fix autoreview
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 22, 2023
1 parent c569230 commit a5b20e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ blackfire: $(SCOPED_BOX_BIN)
#---------------------------------------------------------------------------

.PHONY: website_check
website_check: ## Runs various checks for the website
website_check: ## Runs various checks for the website
website_check: markdownlint lychee website_build

.PHONY: markdownlint
Expand Down
1 change: 1 addition & 0 deletions tests/AutoReview/MakefileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ protected function getExpectedHelpOutput(): string
phpunit_coverage_html: Runs PHPUnit with code coverage with HTML report
phpunit_coverage_infection: Runs PHPUnit tests with test coverage
blackfire: Profiles the compile step
website_check: Runs various checks for the website
website_build: Builds the website
website_serve: Serves the website locally

Expand Down

0 comments on commit a5b20e8

Please sign in to comment.