Vincent 2 年 前
コミット
3ba5362715
1 ファイル変更4 行追加0 行削除
  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