Skip to content

build: add volar.d.ts generation #428

build: add volar.d.ts generation

build: add volar.d.ts generation #428

Workflow file for this run

on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
name: Lint commits
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected]
- run: npm install @commitlint/cli
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD