Skip to content

chore(deps-dev): bump vite-plugin-vue-devtools from 7.7.0 to 7.7.1 #1158

chore(deps-dev): bump vite-plugin-vue-devtools from 7.7.0 to 7.7.1

chore(deps-dev): bump vite-plugin-vue-devtools from 7.7.0 to 7.7.1 #1158

name: lint
on: [push]
jobs:
linting:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [8.4]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: json, dom, curl, libxml, mbstring
coverage: none
- name: Install Pint
run: composer global require laravel/pint
- name: Run Pint
run: pint