summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
authorValentin V / vvval <[email protected]>2020-05-13 10:19:21 +0300
committerValentin V / vvval <[email protected]>2020-05-13 10:19:21 +0300
commitd0910d5ba44f60eda655d87fd4587164b31a5927 (patch)
treec86f57bc057bdcc75f0f8d0561ce9b4bd895b9ad /.github/workflows/ci-build.yml
parent8fd8356ef1cb9b7602e511cf0d59964cdbbe5dbe (diff)
WIP: fix phpstan based on new goridge interface
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.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 57edc624..c85aa6c9 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