Skip to content

build(deps-dev): bump vite from 6.2.5 to 6.4.1 #281

build(deps-dev): bump vite from 6.2.5 to 6.4.1

build(deps-dev): bump vite from 6.2.5 to 6.4.1 #281

Workflow file for this run

name: PR Validation
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
contents: read # for checkout
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}