Skip to content

feat: Upgrade to Laravel 10 #256

feat: Upgrade to Laravel 10

feat: Upgrade to Laravel 10 #256

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/laravel-pint-action@1.0.0
with:
preset: laravel
verboseMode: true
testMode: true
configPath: "pint.json"