Skip to content

Bump vite from 5.1.4 to 5.1.7 #24

Bump vite from 5.1.4 to 5.1.7

Bump vite from 5.1.4 to 5.1.7 #24

name: Fix coding styles using Laravel Pint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: checkout the code base
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: laravel pint
uses: aglipanci/[email protected]
with:
preset: laravel
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)