Skip to content

chore(deps-dev): bump vite from 5.3.2 to 5.3.6 #325

chore(deps-dev): bump vite from 5.3.2 to 5.3.6

chore(deps-dev): bump vite from 5.3.2 to 5.3.6 #325

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Lint commits
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn add @commitlint/cli
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD