Skip to content
Snippets Groups Projects
Unverified Commit 4a33c50f authored by Yassine Doghri's avatar Yassine Doghri
Browse files

ci: add phpstan static analysis to .gitlabci.yml

parent b735b369
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"plugin:prettier/recommended"
],
"parserOptions": {
......
......@@ -44,13 +44,18 @@ before_script:
tests:
stage: quality
script:
- vendor/bin/phpunit
- composer test
analysis:
stage: quality
script:
# run phpstan
- composer analyse
code-review:
stage: quality
script:
# run rector
- vendor/bin/rector process --dry-run
- composer rector
bundle_app:
stage: bundle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment