Skip to content

V2 - Migrate to Laravel 11 #274

V2 - Migrate to Laravel 11

V2 - Migrate to Laravel 11 #274

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel
verboseMode: true
testMode: true
configPath: "pint.json"