%PDF- %PDF-
Direktori : /www/loslex/demo/vendor/asanikovich/laravel-spatial/.github/workflows/ |
Current File : /www/loslex/demo/vendor/asanikovich/laravel-spatial/.github/workflows/phpstan.yml |
name: Static code analysis on: [ push, pull_request ] jobs: phpstan: name: PHPStan runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: [ 8.2, 8.1 ] steps: - name: Checkout code uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} coverage: none - name: Install dependencies run: composer install --prefer-dist --no-interaction - name: Run PHPStan run: ./vendor/bin/phpstan analyse --memory-limit=2G --error-format=github