diff options
author | Valentin V / vvval <[email protected]> | 2020-05-05 16:51:54 +0300 |
---|---|---|
committer | Valentin V / vvval <[email protected]> | 2020-05-05 16:51:54 +0300 |
commit | 6465e3c46cb775f04cbb15f5c3d9dc7343bca832 (patch) | |
tree | 5622628179df5ad7073d4c239089d6ff2f981da1 /.github | |
parent | 12e2dcacacbd6e60a1a18774b65eb3462795e1c7 (diff) |
#318 temporary remove phpstan analyzer
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c85aa6c9..57edc624 100644 --- 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 |