Skip to content

feat!:Version 0.21.0 #561

feat!:Version 0.21.0

feat!:Version 0.21.0 #561

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"