PHP Classes

File: .github/workflows/phpstan.yml

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Smelly Code Detector   .github/workflows/phpstan.yml   Download  
File: .github/workflows/phpstan.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Smelly Code Detector
Analyze PHP code to evaluate quality factors
Author: By
Last change:
Date: 1 year ago
Size: 533 bytes
 

Contents

Class file image Download
name: phpstan on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: php: [8.1, 8.2] steps: - uses: actions/checkout@v1 - name: Set PHP version uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - name: Install composer dependencies run: composer update --quiet --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist - name: PHPStan analyse run: vendor/bin/phpstan