Skip to content

build(deps): bump symfony/process from 7.1.6 to 7.1.7 #281

build(deps): bump symfony/process from 7.1.6 to 7.1.7

build(deps): bump symfony/process from 7.1.6 to 7.1.7 #281

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"