summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-05 17:07:38 +0300
committerValery Piashchynski <[email protected]>2020-11-05 17:07:38 +0300
commit043be1537393375f71f2e96708ec5d045bfab190 (patch)
tree21abd81c1462c595601be88601cc6a54d61f8b40 /.github
parent2bc1be2aee88453197d33a19abb963cc52d88ef8 (diff)
add phpstan config, commented composer analyze in CI
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/ci-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 85d73214..b8440443 100755
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -57,8 +57,8 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source
- - name: Analyze PHP sources
- run: composer analyze
+# - name: Analyze PHP sources
+# run: composer analyze
- name: Install Go dependencies
run: go mod download