commit 1ff4deb4b44498ecd75bbc7cac38a515813c0469 parent 4063379875b4ee5bf146d12d3952300508124230 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 21 Oct 2023 20:13:56 +0200 Add path for phpstan Diffstat:
| M | .github/workflows/analysis.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/analysis.yaml b/.github/workflows/analysis.yaml @@ -21,4 +21,4 @@ jobs: npm install && npm run build - name: Run Static Analysis - run: ./vendor/bin/phpstan --error-format=github + run: ./vendor/bin/phpstan --error-format=github .