Skip to content

chore(deps-dev): bump vitest from 1.5.2 to 2.1.8 #587

chore(deps-dev): bump vitest from 1.5.2 to 2.1.8

chore(deps-dev): bump vitest from 1.5.2 to 2.1.8 #587

Workflow file for this run

name: PR Commitlint
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
check:
name: Check PR title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup
- name: Check PR title with commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint