Skip to content

Bump vite from 7.3.1 to 7.3.2 in the npm_and_yarn group across 1 directory #97

Bump vite from 7.3.1 to 7.3.2 in the npm_and_yarn group across 1 directory

Bump vite from 7.3.1 to 7.3.2 in the npm_and_yarn group across 1 directory #97

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.6
with:
preset: laravel
verboseMode: true
testMode: true