Skip to content

Update README.md

Update README.md #36

Workflow file for this run

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