Skip to content

Bump symfony/process from 6.4.12 to 6.4.14 #318

Bump symfony/process from 6.4.12 to 6.4.14

Bump symfony/process from 6.4.12 to 6.4.14 #318

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel
verboseMode: true
testMode: true