Skip to content

feat: enhance oruga options type (#663) #339

feat: enhance oruga options type (#663)

feat: enhance oruga options type (#663) #339

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