Skip to content

feat: swap laravel webpack with laravel vite #5

feat: swap laravel webpack with laravel vite

feat: swap laravel webpack with laravel vite #5

Workflow file for this run

name: Laravel Pint
on:
workflow_dispatch:
pull_request:
paths:
- '**.php'
permissions:
contents: write
jobs:
laravel-pint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Fix PHP code style issues
uses: aglipanci/[email protected]
with:
useComposer: true
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: >
chore: styling