diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 69284f8..3d6d45e 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -35,8 +35,13 @@ jobs: - name: Prepare environment run: cp .env.testing .env - - name: Lint - run: vendor/bin/pint --test + - name: Debug Pint + run: | + php -v + vendor/bin/pint --version + vendor/bin/pint + git diff --stat + git diff | head -200 - name: Static analysis run: vendor/bin/phpstan analyse