Skip to content

fix: update PHPStan level to 4 (#2) #3

fix: update PHPStan level to 4 (#2)

fix: update PHPStan level to 4 (#2) #3

Workflow file for this run

name: Static Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Install composer dependencies
run: composer install -n --prefer-dist
- name: Run PHPStan
run: vendor/bin/phpstan analyse --memory-limit=1G
- name: Run Laravel Pint (Lint)
run: vendor/bin/pint --test