Skip to content

Bump laravel/sail from 1.36.0 to 1.37.1 in /laravel #1184

Bump laravel/sail from 1.36.0 to 1.37.1 in /laravel

Bump laravel/sail from 1.36.0 to 1.37.1 in /laravel #1184

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"