Skip to content

build(deps-dev): bump vite from 5.4.14 to 7.1.1 #163

build(deps-dev): bump vite from 5.4.14 to 7.1.1

build(deps-dev): bump vite from 5.4.14 to 7.1.1 #163

Workflow file for this run

# Check Commit Messages, to ensure they are valid and follow conventional commits (https://l.arvid.tech/conventional-commits)
name: "Conventional Commits: PR Title"
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
cc-pr-title:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check PR title
run: ./.ci/cc-pr-title.sh "${{ github.event.pull_request.title }}"