Skip to content

Bump laravel-vite-plugin from 1.0.5 to 1.0.6 in /laravel (#865) #1209

Bump laravel-vite-plugin from 1.0.5 to 1.0.6 in /laravel (#865)

Bump laravel-vite-plugin from 1.0.5 to 1.0.6 in /laravel (#865) #1209

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"