We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577a231 commit 099ca5dCopy full SHA for 099ca5d
.github/workflows/main.yml
@@ -40,8 +40,11 @@ jobs:
40
- name: Install Dependencies (PHP vendors)
41
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev
42
43
- - name: Run code quality checks
+ - name: Run code linter
44
run: composer phpcs
45
46
+ - name: Run code quality checks
47
+ run: composer phpstan
48
+
49
- name: Execute tests via PHPUnit
50
run: composer phpunit
0 commit comments