Skip to content

update composer.json #9

update composer.json

update composer.json #9

Workflow file for this run

name: pint
on:
push:
pull_request:
jobs:
phpcs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- run: composer install --no-interaction --no-scripts
- run: vendor/bin/pint --test