Skip to content

Bump composer from 2.8.1 to 2.8.2 in /laravel #1187

Bump composer from 2.8.1 to 2.8.2 in /laravel

Bump composer from 2.8.1 to 2.8.2 in /laravel #1187

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/[email protected]
with:
preset: laravel
configPath: "laravel/pint.json"