Skip to content

Commit 099ca5d

Browse files
committed
Add PHPStan to CI
1 parent 577a231 commit 099ca5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ jobs:
4040
- name: Install Dependencies (PHP vendors)
4141
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev
4242

43-
- name: Run code quality checks
43+
- name: Run code linter
4444
run: composer phpcs
4545

46+
- name: Run code quality checks
47+
run: composer phpstan
48+
4649
- name: Execute tests via PHPUnit
4750
run: composer phpunit

0 commit comments

Comments
 (0)