Skip to content

Fix: pick laravel old #39

Fix: pick laravel old

Fix: pick laravel old #39

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel
pintVersion: 1.8.0
verboseMode: true
testMode: true
# configPath: "vendor/my-company/coding-style/pint.json"