summaryrefslogtreecommitdiff
path: root/.gitea/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/build.yml')
-rw-r--r--.gitea/workflows/build.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index c91a311ea..169d87a8c 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -35,20 +35,9 @@ jobs:
include/*.php
plugins/**/*.php
- - uses: https://github.com/actions/cache/restore@v3
- id: cache-phpstan
- with:
- path: /tmp/phpstan
- key: ${{ runner.os }}-phpstan-${{ steps.cache-hash.outputs.hash }}
-
- name: phpstan
run: php81 -d memory_limit=-1 ./vendor/bin/phpstan --memory-limit=2G
- - uses: https://github.com/actions/cache/save@v3
- with:
- path: /tmp/phpstan
- key: ${{ steps.cache-phpstan.outputs.cache-primary-key }}
-
- name: setup qemu
uses: https://github.com/docker/setup-qemu-action@v2