Skip to content

Fix coverage for ISV #78

Fix coverage for ISV

Fix coverage for ISV #78

Workflow file for this run

name: Pint
on:
push:
paths:
- "**.php"
jobs:
pint:
name: pint
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Laravel Pint
uses: aglipanci/laravel-pint-action@latest
with:
preset: laravel
verboseMode: true
testMode: true