Skip to content

Commit

Permalink
Added the PHPStan static analysis to the steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArclightHub committed Nov 27, 2023
1 parent b5eb6b0 commit 15ecce0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Test steps, install, lint, test.
test: install lint-ci test-ci

# Composer install step
install:
composer install

test: install
# Linter step
lint-ci:
composer lint

# Test step
test-ci:
composer test-ci

0 comments on commit 15ecce0

Please sign in to comment.