Skip to content

Bump prettier from 3.1.1 to 3.3.1 #3955

Bump prettier from 3.1.1 to 3.3.1

Bump prettier from 3.1.1 to 3.3.1 #3955

Workflow file for this run

name: PHPStan
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install composer
uses: php-actions/composer@v6
- name: Run PHPStan
uses: php-actions/phpstan@v3
with:
configuration: phpstan.neon.dist
memory_limit: 256M