Skip to content

chore(deps-dev): bump vite from 7.1.7 to 7.1.11 #74

chore(deps-dev): bump vite from 7.1.7 to 7.1.11

chore(deps-dev): bump vite from 7.1.7 to 7.1.11 #74

Workflow file for this run

name: 'Lint PR Title'
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
branches:
- main
- dev
- master
jobs:
lint-title:
runs-on: ubuntu-latest
steps:
- uses: ArcBlock/action-lint-pull-request-title@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}