Olivier Massot 1 년 전
부모
커밋
0ad7f4913f
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .gitlab-ci.yml

+ 8 - 0
.gitlab-ci.yml

@@ -23,6 +23,14 @@ static_analysis:
     reports:
       codequality: phpstan.json
 
+code_style:
+  script:
+    - php vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php --diff -v --format=gitlab --using-cache=no
+  artifacts:
+    when: always
+    reports:
+      codequality: phpstan.json
+
 unit:
   stage: test