Skip to content

chore(deps-dev): bump vite from 5.4.9 to 6.0.2 #6

chore(deps-dev): bump vite from 5.4.9 to 6.0.2

chore(deps-dev): bump vite from 5.4.9 to 6.0.2 #6

Workflow file for this run

name: Lint Commits
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Commits
run: |
npm install
npx commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.event.pull_request.head.sha }}