commit 23f682aba179592ada8b17e99c00e9b247d6e5f8 parent 1ff4deb4b44498ecd75bbc7cac38a515813c0469 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 21 Oct 2023 20:15:12 +0200 Explicitly call analyse 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 analyse .