Vincent 2 năm trước cách đây
mục cha
commit
3ba5362715
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .gitlab-ci.yml

+ 4 - 0
.gitlab-ci.yml

@@ -14,6 +14,10 @@ before_script:
   - bash tests/ci_docker_install.sh > /dev/null
   - php -v
 
+static_analysis:
+  script:
+    - vendor/bin/phpstan analyse -c phpstan.neon.dist --error-format=gitlab
+
 unit:
   stage: test