Skip to content

build(deps): bump vite from 5.4.5 to 5.4.6 #8036

build(deps): bump vite from 5.4.5 to 5.4.6

build(deps): bump vite from 5.4.5 to 5.4.6 #8036

name: Pull Request
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
merge_group:
jobs:
check-title:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 20
check-latest: true
cache: 'pnpm'
- run: pnpm install
- name: Check PR title
env:
TITLE: ${{ github.event.pull_request.title }}
run: echo "$TITLE" | pnpm commitlint