Skip to content

Bump composer from 2.8.3 to 2.8.4 in /laravel #1237

Bump composer from 2.8.3 to 2.8.4 in /laravel

Bump composer from 2.8.3 to 2.8.4 in /laravel #1237

Workflow file for this run

---
name: PHP Linting (Pint)
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches-ignore:
- 'dependabot/npm_and_yarn/*'
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.4
with:
preset: laravel
configPath: "laravel/pint.json"