Skip to content

ci(actions): fixes phpstan action #3

ci(actions): fixes phpstan action

ci(actions): fixes phpstan action #3

Workflow file for this run

name: PHP Linting
on:
push:
branches:
- main
pull_request:
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@latest
with:
preset: laravel
verboseMode: true
testMode: true
configPath: "pint.json"
pintVersion: 1.18
onlyDirty: true