From 6f95f511af00b225a4b06f07f9b20fbde97c19c9 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sat, 6 Jun 2026 07:58:31 +0000 Subject: [PATCH] Fix static analysis CI step error --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 5e4089f..255c444 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: php bin/console lint:yaml config/ - name: Static analysis - run: vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.dist.neon + run: vendor/bin/phpstan analyse --memory-limit=1G -c ${{ github.workspace }}/phpstan.dist.neon - name: Create and migrate test database env: