diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1f32cd5..862339b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -127,19 +127,7 @@ jobs: fi - name: Run phpstan - run: vendor/bin/phpstan analyse src tests --error-format=github > phpstan.errors + run: vendor/bin/phpstan analyse src --error-format=github - name: Run phpcs - run: composer cs-check > phpcs.errors - - - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 - with: - name: phpstan - path: phpstan.errors - - - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 - with: - name: phpcs - path: phpcs.errors - - + run: composer cs-check