mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Migrates to Pint
This commit is contained in:
10
.github/workflows/static.yml
vendored
10
.github/workflows/static.yml
vendored
@ -47,5 +47,11 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: composer update --prefer-stable --no-interaction --no-progress --ansi
|
||||
|
||||
- name: Run PHPStan
|
||||
run: vendor/bin/phpstan analyse --no-progress --debug --ansi
|
||||
- name: Types
|
||||
run: composer test:types
|
||||
|
||||
- name: Style
|
||||
run: composer test:lint
|
||||
|
||||
- name: Recfato
|
||||
run: composer test:refacto
|
||||
|
||||
Reference in New Issue
Block a user