Skip to content

Bump vite from 4.5.1 to 5.1.5 #664

Bump vite from 4.5.1 to 5.1.5

Bump vite from 4.5.1 to 5.1.5 #664

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
tools: phplint
- name: Check syntax
run: phplint .