From da620ef5d80ec5ab0b04ad75949792f41123a0a2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Mar 2023 17:52:59 +0300 Subject: add phpdoc job --- .gitea/workflows/build.yml | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.gitea/workflows/build.yml') 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 -- cgit v1.2.3