Skip to content

Update readme and config file (#18) #32

Update readme and config file (#18)

Update readme and config file (#18) #32

Workflow file for this run

name: Laravel Pint
on:
push:
paths:
- '**.php'
jobs:
pint:
name: pint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
- name: Run pint
run: ./vendor/bin/pint --test