Vincent %!s(int64=2) %!d(string=hai) anos
pai
achega
3ba5362715
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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