Skip to content

build: fix types export (#681) #397

build: fix types export (#681)

build: fix types export (#681) #397

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