Skip to content

feat: manage forwards #572

feat: manage forwards

feat: manage forwards #572

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.25.1
verboseMode: true
testMode: true
# configPath: "vendor/my-company/coding-style/pint.json"